ALSA: ctxfi - Fix surround mixer names
We usually pick up "Surround" mixer for the rear output, and "Side"
for the extra surround. Fix the channel mapping to follow it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/ctxfi/ctmixer.c b/sound/pci/ctxfi/ctmixer.c
index b795076..177c46e 100644
--- a/sound/pci/ctxfi/ctmixer.c
+++ b/sound/pci/ctxfi/ctmixer.c
@@ -168,7 +168,7 @@
},
[MIXER_WAVES_P] = {
.ctl = 1,
- .name = "Surround Playback Volume",
+ .name = "Side Playback Volume",
},
[MIXER_WAVEC_P] = {
.ctl = 1,
@@ -176,7 +176,7 @@
},
[MIXER_WAVER_P] = {
.ctl = 1,
- .name = "Rear Playback Volume",
+ .name = "Surround Playback Volume",
},
[MIXER_PCM_C_S] = {
@@ -213,7 +213,7 @@
},
[MIXER_WAVES_P_S] = {
.ctl = 1,
- .name = "Surround Playback Switch",
+ .name = "Side Playback Switch",
},
[MIXER_WAVEC_P_S] = {
.ctl = 1,
@@ -221,7 +221,7 @@
},
[MIXER_WAVER_P_S] = {
.ctl = 1,
- .name = "Rear Playback Switch",
+ .name = "Surround Playback Switch",
},
[MIXER_DIGITAL_IO_S] = {
.ctl = 0,