diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-01-29 06:47:02 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:30:21 -0500 |
commit | edb54a55d2e36de2183a89efa97fadede33b1166 (patch) | |
tree | 7ae0b907222f3dffb7ff80626e8201c974b6e10c /sound/pci/hda/patch_sigmatel.c | |
parent | c34f5a0469c64a3e4e84b04a691247b72175402d (diff) |
[ALSA] hda-codec - Control SPDIF as slave
Add SPDIF playback switch to the slave element list so that it
can be toggled via the master control as well.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 34890c54bd64..46c237b0e694 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -873,6 +873,7 @@ static const char *slave_sws[] = { | |||
873 | "Speaker Playback Switch", | 873 | "Speaker Playback Switch", |
874 | "External Speaker Playback Switch", | 874 | "External Speaker Playback Switch", |
875 | "Speaker2 Playback Switch", | 875 | "Speaker2 Playback Switch", |
876 | "IEC958 Playback Switch", | ||
876 | NULL | 877 | NULL |
877 | }; | 878 | }; |
878 | 879 | ||