[ALSA] snd-aoa: not experimental
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 28 Jun 2006 11:59:19 +0000 (13:59 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 28 Jun 2006 17:31:27 +0000 (19:31 +0200)
The dependencies in the soundbus Kconfig were wrong, it isn't
experimental any more.
This patch fixes that and makes it select SND_PCM too instead of
depending on it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/aoa/soundbus/Kconfig

index d532d27..7368b7d 100644 (file)
@@ -1,6 +1,7 @@
 config SND_AOA_SOUNDBUS
        tristate "Apple Soundbus support"
-       depends on SOUND && SND_PCM && EXPERIMENTAL
+       depends on SOUND
+       select SND_PCM
        ---help---
        This option enables the generic driver for the soundbus
        support on Apple machines.