Commit 14b97595 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Fix typos in slave controls in patch_sigmatel.c

"Headphone Playback ..." appears twice in slave_vols[] and slave_sws[].
They should be "Headphone Playback2 ..."
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 38f1df27
...@@ -1207,7 +1207,7 @@ static const char *slave_vols[] = { ...@@ -1207,7 +1207,7 @@ static const char *slave_vols[] = {
"LFE Playback Volume", "LFE Playback Volume",
"Side Playback Volume", "Side Playback Volume",
"Headphone Playback Volume", "Headphone Playback Volume",
"Headphone Playback Volume", "Headphone2 Playback Volume",
"Speaker Playback Volume", "Speaker Playback Volume",
"External Speaker Playback Volume", "External Speaker Playback Volume",
"Speaker2 Playback Volume", "Speaker2 Playback Volume",
...@@ -1221,7 +1221,7 @@ static const char *slave_sws[] = { ...@@ -1221,7 +1221,7 @@ static const char *slave_sws[] = {
"LFE Playback Switch", "LFE Playback Switch",
"Side Playback Switch", "Side Playback Switch",
"Headphone Playback Switch", "Headphone Playback Switch",
"Headphone Playback Switch", "Headphone2 Playback Switch",
"Speaker Playback Switch", "Speaker Playback Switch",
"External Speaker Playback Switch", "External Speaker Playback Switch",
"Speaker2 Playback Switch", "Speaker2 Playback Switch",
......
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