[alsa-devel] ALSA 1.0.17rc2 release
Giuliano Pochini
pochini at shiny.it
Wed Jun 18 23:53:05 CEST 2008
On Mon, 16 Jun 2008 11:24:22 +0200 (CEST)
Jaroslav Kysela <perex at perex.cz> wrote:
> Hello all,
>
> ALSA 1.0.17rc2 packages (except tools, oss, python - no changes)
> were released and are available for download on ALSA server.
Just like rc1, it doesn't compile the powermac driver (Linux Jay 2.6.25 #1
SMP Sat Apr 26 00:55:22 CEST 2008 ppc 7455, altivec supported PowerMac3,6
GNU/Linux). The patch below fixes the problem, but I'm not sure it's the
right fix.
--- acinclude.m4__orig 2008-06-18 22:33:27.000000000 +0200
+++ acinclude.m4 2008-06-18 23:07:21.000000000 +0200
@@ -1914,8 +1914,9 @@ alsa_check_kconfig_option () {
fi
fi
if ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
- ( test "$CONFIG_PPC64" = "y" -o "$CONFIG_PPC64" = "m" ) ||
- ( test "$CONFIG_PPC32" = "y" -o "$CONFIG_PPC32" = "m" ); then
+ (( test "$CONFIG_PPC64" = "y" -o "$CONFIG_PPC64" = "m" ) ||
+ ( test "$CONFIG_PPC32" = "y" -o "$CONFIG_PPC32" = "m" ) ||
+ ( test "$CONFIG_PPC" = "y" -o "$CONFIG_PPC" = "m" )); then
CONFIG_SND_PPC="y"
fi
if alsa_check_kconfig_card "powermac"; then
--
Giuliano.
More information about the Alsa-devel
mailing list