[alsa-devel] finally, ALSA 1.0.24 is out
Hello all,
after very intensive testing, I released all ALSA packages with version number 1.0.24(+) :
* alsa-driver-1.0.24 * alsa-lib-1.0.24.1 * alsa-utils-1.0.24.2 * alsa-tools-1.0.24 * alsa-firmware-1.0.24 * alsa-plugins-1.0.24 * pyalsa-1.0.24
The full list of changes is here:
http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24
There is a ton of work in these parts (among others):
* alsa-driver - HDA driver - ASoC tree - USB driver * alsa-library - Use Case Manager * alsa-utils - alsaloop and alsaucm introduction - alsactl improvements * alsa-tools - updated hdspmixer
Please, report compilation problems directly to me or to the alsa-devel mailing list.
Enjoy this release, Jaroslav
----- Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
At Mon, 31 Jan 2011 16:16:40 +0100 (CET), Jaroslav Kysela wrote:
Hello all,
after very intensive testing, I released all ALSA packages with version number 1.0.24(+) :
* alsa-driver-1.0.24 * alsa-lib-1.0.24.1 * alsa-utils-1.0.24.2 * alsa-tools-1.0.24
Isn't 1.0.24.1 released?
* alsa-firmware-1.0.24
I found a missing EXTRA_DIST for a file. My bad. Fixed now on git tree. Could you re-release alsa-firmware tarball?
thanks,
Takashi
On Mon, 31 Jan 2011, Takashi Iwai wrote:
At Mon, 31 Jan 2011 16:16:40 +0100 (CET), Jaroslav Kysela wrote:
Hello all,
after very intensive testing, I released all ALSA packages with version number 1.0.24(+) :
* alsa-driver-1.0.24 * alsa-lib-1.0.24.1 * alsa-utils-1.0.24.2 * alsa-tools-1.0.24
Isn't 1.0.24.1 released?
Yep, just forget to repack.
* alsa-firmware-1.0.24
I found a missing EXTRA_DIST for a file. My bad. Fixed now on git tree. Could you re-release alsa-firmware tarball?
Done. Thank you.
Jaroslav
----- Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
On Mon, 2011-01-31 at 16:16 +0100, Jaroslav Kysela wrote:
- alsa-library
- Use Case Manager
- alsa-utils
- alsaloop and alsaucm introduction
- alsactl improvements
:)
Btw, any plans to add a basic configure.in, makefile.am, etc to alsa-ucm-conf.git in order to depend on alsa-lib >= 1.0.24 ?
I could do this at the weekend, although I'm no autotools expert. I'm thinking all we need is a simple check for alsa-lib version and then to install the UCM config files in the alsa install directory. Anything else ?
Thanks
Liam
'Twas brillig, and Jaroslav Kysela at 31/01/11 15:16 did gyre and gimble:
Hello all,
after very intensive testing, I released all ALSA packages with version number 1.0.24(+) :
* alsa-driver-1.0.24 * alsa-lib-1.0.24.1 * alsa-utils-1.0.24.2 * alsa-tools-1.0.24 * alsa-firmware-1.0.24 * alsa-plugins-1.0.24 * pyalsa-1.0.24
The full list of changes is here:
http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24
There is a ton of work in these parts (among others):
alsa-driver
- HDA driver
- ASoC tree
- USB driver
alsa-library
- Use Case Manager
alsa-utils
- alsaloop and alsaucm introduction
- alsactl improvements
alsa-tools
- updated hdspmixer
Please, report compilation problems directly to me or to the
alsa-devel mailing list.
Good work! Lots of nice fixes in here :)
Col
2011/1/31 Jaroslav Kysela perex@perex.cz
Hello all,
after very intensive testing, I released all ALSA packages with
version number 1.0.24(+) :
when running alsa-driver 1.0.24 configure script
./configure --with-debug=verbose
why the script try to remove some system files ?
checking for built-in ALSA... no checking for existing ALSA module... yes checking for Red Hat kernel... auto checking for Red Hat kernel... no checking for SUSE kernel... auto checking for SUSE kernel... no checking for updating alsa-kernel version.h... yes checking for CONFIG_EXPERIMENTAL... yes rm: cannot remove `include/linux/usb/audio-v2.h': Permission denied rm: cannot remove `include/linux/usb/audio.h': Permission denied rm: cannot remove `include/trace/events/asoc.h': Permission denied
On Mon, 7 Feb 2011, Raymond Yau wrote:
2011/1/31 Jaroslav Kysela perex@perex.cz Hello all,
after very intensive testing, I released all ALSA packages with version number 1.0.24(+) :
when running alsa-driver 1.0.24 configure script
./configure --with-debug=verbose
why the script try to remove some system files ?
checking for built-in ALSA... no checking for existing ALSA module... yes checking for Red Hat kernel... auto checking for Red Hat kernel... no checking for SUSE kernel... auto checking for SUSE kernel... no checking for updating alsa-kernel version.h... yes checking for CONFIG_EXPERIMENTAL... yes rm: cannot remove `include/linux/usb/audio-v2.h': Permission denied rm: cannot remove `include/linux/usb/audio.h': Permission denied rm: cannot remove `include/trace/events/asoc.h': Permission denied
There rm calls are for alsa-driver/include tree (for emulated headers). You probably unpacked source with different permissions than you're trying to compile.
Jaroslav
----- Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
participants (6)
-
Colin Guthrie
-
Jaroslav Kysela
-
Liam Girdwood
-
Raymond Yau
-
Sebastian H.
-
Takashi Iwai