diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-18 07:03:13 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:12 -0400 |
commit | e922b0028fad87de0d262f9fa51f98595d2df258 (patch) | |
tree | 60798c8c6c8494edd20577d3adf85fba8bfbacd4 /sound/pci/Kconfig | |
parent | 4235a31784f59c9be5ff71534743c055091f9735 (diff) |
[ALSA] Move vmaster code to sound core
Move the codes for virtual master controls to sound core part so that
not only hda-intel drivers can use it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 812085d521f1..48296d97bf33 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -517,6 +517,7 @@ config SND_HDA_INTEL | |||
517 | tristate "Intel HD Audio" | 517 | tristate "Intel HD Audio" |
518 | depends on SND | 518 | depends on SND |
519 | select SND_PCM | 519 | select SND_PCM |
520 | select SND_VMASTER | ||
520 | help | 521 | help |
521 | Say Y here to include support for Intel "High Definition | 522 | Say Y here to include support for Intel "High Definition |
522 | Audio" (Azalia) motherboard devices. | 523 | Audio" (Azalia) motherboard devices. |