diff --git a/[refs] b/[refs] index 117499c97cd0..1593e4800f41 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c34f5a0469c64a3e4e84b04a691247b72175402d +refs/heads/master: edb54a55d2e36de2183a89efa97fadede33b1166 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 8621c9f2eafd..586d98f1b63d 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = { "Headphone Playback Switch", "Speaker Playback Switch", "Mono Playback Switch", + "IEC958 Playback Switch", NULL, }; diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 34890c54bd64..46c237b0e694 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -873,6 +873,7 @@ static const char *slave_sws[] = { "Speaker Playback Switch", "External Speaker Playback Switch", "Speaker2 Playback Switch", + "IEC958 Playback Switch", NULL };