[PATCH] snd-powermac requires i2c

From: Olaf Hering
Date: Mon Jul 26 2004 - 05:21:50 EST



The alsa driver for powermacs requires i2c support.

Signed-off-by: Olaf Hering <olh@xxxxxxx>

diff -purN linux-2.6.8-rc2-bk2.orig/sound/ppc/Kconfig linux-2.6.8-rc2-bk2.powerbook/sound/ppc/Kconfig
--- linux-2.6.8-rc2-bk2.orig/sound/ppc/Kconfig 2004-06-16 05:19:22.000000000 +0000
+++ linux-2.6.8-rc2-bk2.powerbook/sound/ppc/Kconfig 2004-07-25 08:46:26.000000000 +0000
@@ -3,9 +3,12 @@
menu "ALSA PowerMac devices"
depends on SND!=n && PPC

+comment "ALSA PowerMac requires I2C"
+ depends on SND && I2C=n
+
config SND_POWERMAC
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
- depends on SND
+ depends on SND && I2C
select SND_PCM

endmenu

--
USB is for mice, FireWire is for men!

sUse lINUX ag, nÃRNBERG
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/