Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Alchemy: make OSS I2S driver build (resend)
@ 2006-10-09 16:03 Sergei Shtylyov
  0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2006-10-09 16:03 UTC (permalink / raw)
  To: Ralf Baechle, Linux-MIPS

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Alchemy OSS I2S driver (sound/oss/au1550_i2s.c) doesn't build if I2C
driver (drivers/i2c/busses/i2c_au1550.c) is not enabled because
pb1550_wm_codec_write() is defined there (a dirty hack). So, mark that
dependency in sound/oss/Kconfig...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>



[-- Attachment #2: Au1550-I2S-depends-on-I2C.patch --]
[-- Type: text/plain, Size: 585 bytes --]

diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig
index b7bd8ab..07eb4a7 100644
Index: linux-mips/sound/oss/Kconfig
===================================================================
--- linux-mips.orig/sound/oss/Kconfig
+++ linux-mips/sound/oss/Kconfig
@@ -121,6 +121,9 @@ config SOUND_AU1550_AC97
 config SOUND_AU1550_I2S
 	tristate "Au1550 I2S Sound"
 	depends on SOUND_PRIME && SOC_AU1550
+	# Weird I2S driver needs I2C driver to talk to the codec...
+	select I2C
+	select I2C_AU1550
 
 config SOUND_TRIDENT
 	tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-09 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 16:03 [PATCH] Alchemy: make OSS I2S driver build (resend) Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox