]> code.ossystems Code Review - openembedded-core.git/commit
alsa-utils: 1.1.6 -> 1.1.8
authorTanu Kaskinen <tanuk@iki.fi>
Thu, 21 Feb 2019 20:13:05 +0000 (22:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:42:56 +0000 (10:42 +0000)
commitf78e2fc921093cdd279f4245760b5e0a7adbe85c
tree161fcdc9225124e22778935fe700a9f941797849
parentddf5421331180bc45697511b44cdd4a4e6dda6ff
alsa-utils: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

There's a new program, axfer, which is a reimplementation of aplay (and
arecord). The purpose of the rewrite is to have code that is easier to
maintain. For now both implementations exist, and I decided to put both
in the aplay package.

The new 89-alsa-ucm.rules udev file initializes the mixer settings for
certain hardware. It's needed for making the hardware usable at boot, in
case there's no higher level software (such as PulseAudio) managing the
mixer settings. Shipping hardware specific configuration in alsa-utils
seems wrong, but I don't know what else to do. I added it to the alsaucm
package, because it's kind of tied to the alsaucm utility (the udev
rules execute the alsaucm program, and the build system installs the
rules file only when alsaucm is enabled). Ideally the UCM configuration
in alsa-lib would define the default UCM verb for each hardware, then
the udev rules file could just enable the default verb, and there would
be no hardware specific configuration in alsa-utils. But that requires
upstream development effort.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.8.bb [moved from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.6.bb with 100% similarity]
meta/recipes-multimedia/alsa/alsa-utils_1.1.8.bb [moved from meta/recipes-multimedia/alsa/alsa-utils_1.1.6.bb with 89% similarity]