diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-01-26 09:58:13 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:30:16 +0100 |
commit | 4806ef0cf481a4e41f5046aaf1032a7601049ab6 (patch) | |
tree | 5eb42d702aeffa8ca13e3fae4c453be442d6642d | |
parent | [ALSA] hda: STAC92xx Line In/Mic as output check (diff) | |
download | linux-dev-4806ef0cf481a4e41f5046aaf1032a7601049ab6.tar.xz linux-dev-4806ef0cf481a4e41f5046aaf1032a7601049ab6.zip |
[ALSA] hda-codec - Add SPDIF controls as slave on AD codecs
The AD codecs have hardware SPDIF volume/switch controls but they
are not assigned to the slave list for virtual master controls.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | sound/pci/hda/patch_analog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 3a8f00e6c994..49140322e769 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -139,6 +139,7 @@ static const char *ad_slave_vols[] = { "Headphone Playback Volume", "Mono Playback Volume", "Speaker Playback Volume", + "IEC958 Playback Volume", NULL }; @@ -151,6 +152,7 @@ static const char *ad_slave_sws[] = { "Headphone Playback Switch", "Mono Playback Switch", "Speaker Playback Switch", + "IEC958 Playback Switch", NULL }; @@ -3078,6 +3080,7 @@ static const char *ad1884_slave_vols[] = { "Internal Mic Playback Volume", "Docking Mic Playback Volume" "Beep Playback Volume", + "IEC958 Playback Volume", NULL }; |