From: Johannes Berg Date: Wed, 28 Jun 2006 11:59:19 +0000 (+0200) Subject: [ALSA] snd-aoa: not experimental X-Git-Tag: v2.6.18-rc1~357^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d91c4e8c63a61c2d9ec96fc6a9aa5a65d468befc;p=linux-2.6-omap-h63xx.git [ALSA] snd-aoa: not experimental 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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/aoa/soundbus/Kconfig b/sound/aoa/soundbus/Kconfig index d532d27a9f5..7368b7ddfe0 100644 --- a/sound/aoa/soundbus/Kconfig +++ b/sound/aoa/soundbus/Kconfig @@ -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.