Commit 6585db94 authored by Takashi Iwai's avatar Takashi Iwai

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 822fa19b
...@@ -168,7 +168,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = { ...@@ -168,7 +168,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = {
}, },
[MIXER_WAVES_P] = { [MIXER_WAVES_P] = {
.ctl = 1, .ctl = 1,
.name = "Surround Playback Volume", .name = "Side Playback Volume",
}, },
[MIXER_WAVEC_P] = { [MIXER_WAVEC_P] = {
.ctl = 1, .ctl = 1,
...@@ -176,7 +176,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = { ...@@ -176,7 +176,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = {
}, },
[MIXER_WAVER_P] = { [MIXER_WAVER_P] = {
.ctl = 1, .ctl = 1,
.name = "Rear Playback Volume", .name = "Surround Playback Volume",
}, },
[MIXER_PCM_C_S] = { [MIXER_PCM_C_S] = {
...@@ -213,7 +213,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = { ...@@ -213,7 +213,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = {
}, },
[MIXER_WAVES_P_S] = { [MIXER_WAVES_P_S] = {
.ctl = 1, .ctl = 1,
.name = "Surround Playback Switch", .name = "Side Playback Switch",
}, },
[MIXER_WAVEC_P_S] = { [MIXER_WAVEC_P_S] = {
.ctl = 1, .ctl = 1,
...@@ -221,7 +221,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = { ...@@ -221,7 +221,7 @@ ct_kcontrol_init_table[NUM_CTALSA_MIXERS] = {
}, },
[MIXER_WAVER_P_S] = { [MIXER_WAVER_P_S] = {
.ctl = 1, .ctl = 1,
.name = "Rear Playback Switch", .name = "Surround Playback Switch",
}, },
[MIXER_DIGITAL_IO_S] = { [MIXER_DIGITAL_IO_S] = {
.ctl = 0, .ctl = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment