diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2008-05-07 06:05:10 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-05-19 07:19:14 -0400 |
commit | 87af38dafe4f930921b9217c21ec6d72cad56bcc (patch) | |
tree | 6b884fca1319aff9ff9f311b9a8586ad531f175a /sound/drivers | |
parent | 1894c59fdb63692f5ba2576875cc558b856935ca (diff) |
[ALSA] ac97 - Add virtual master control to VT1616/VT1617A codec.
Enable VMASTER for VT1616 / VT1617A codec.
Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 602b58e3b55d..159137bf4c11 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -58,6 +58,7 @@ config SND_AC97_CODEC | |||
58 | tristate | 58 | tristate |
59 | select SND_PCM | 59 | select SND_PCM |
60 | select AC97_BUS | 60 | select AC97_BUS |
61 | select SND_VMASTER | ||
61 | 62 | ||
62 | config SND_DUMMY | 63 | config SND_DUMMY |
63 | tristate "Dummy (/dev/null) soundcard" | 64 | tristate "Dummy (/dev/null) soundcard" |