aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c1
-rw-r--r--sound/pci/hda/patch_sigmatel.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8621c9f2eafd..586d98f1b63d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = {
1492 "Headphone Playback Switch", 1492 "Headphone Playback Switch",
1493 "Speaker Playback Switch", 1493 "Speaker Playback Switch",
1494 "Mono Playback Switch", 1494 "Mono Playback Switch",
1495 "IEC958 Playback Switch",
1495 NULL, 1496 NULL,
1496}; 1497};
1497 1498
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