summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-21 15:28:59 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-05-21 15:28:59 +1000
commitb88eff22395ffdf10f37cd1c6f1b6adcd37417f6 (patch)
tree0fe5255c48c8ba2bde650dbd15ba8012edf461a8
parentce54b2a2e01e9099d747f7f8f5df78126337c3a3 (diff)
sound: restore SND_VMASTER select to SND_AC97_CODEC
Otherwise the following error occurs: ERROR: "snd_ctl_make_virtual_master" [sound/pci/ac97/snd-ac97-codec.ko] undefined! ERROR: "snd_ctl_add_slave" [sound/pci/ac97/snd-ac97-codec.ko] undefined! Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--sound/drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index 4bf44fb65244..255fd18b9aec 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -21,6 +21,7 @@ config SND_AC97_CODEC
tristate
select SND_PCM
select AC97_BUS
+ select SND_VMASTER
menuconfig SND_DRIVERS
bool "Generic sound devices"