[Alsa-devel] Linux v2.6.18-rc4, snd-aoa link error

Takashi Iwai tiwai at suse.de
Wed Aug 9 22:52:52 EST 2006


At Wed, 09 Aug 2006 14:38:38 +0200,
Johannes Berg wrote:
> 
> Takashi Iwai wrote:
> > A relevant question: do we need I2C_POWERMAC for both onyx and tas?
> >   
> Yes, there are PowerBooks and G5s with either. Actually, a bit more 
> thinking about this I'm pretty sure that it is used on all G5s by way of 
> how things are hooked up. There are SMU I2C busses too but they surely 
> don't connect any sound i2c stuff.

OK, now I added both I2C and I2C_POWERMAC and committed to ALSA tree.


Takashi

diff -r 67e0e0ca5f65 -r f72c2a462f76 aoa/codecs/Kconfig
--- a/aoa/codecs/Kconfig	Wed Aug 09 14:33:27 2006 +0200
+++ b/aoa/codecs/Kconfig	Wed Aug 09 14:51:14 2006 +0200
@@ -1,6 +1,8 @@ config SND_AOA_ONYX
 config SND_AOA_ONYX
 	tristate "support Onyx chip"
 	depends on SND_AOA
+	select I2C
+	select I2C_POWERMAC
 	---help---
 	This option enables support for the Onyx (pcm3052)
 	codec chip found in the latest Apple machines
@@ -18,6 +20,8 @@ config SND_AOA_TAS
 config SND_AOA_TAS
 	tristate "support TAS chips"
 	depends on SND_AOA
+	select I2C
+	select I2C_POWERMAC
 	---help---
 	This option enables support for the tas chips
 	found in a lot of Apple Machines, especially



More information about the Linuxppc-dev mailing list