Skip to content

Commit

Permalink
[ALSA] hda-codec - Add missing slave for AD1884 master switch
Browse files Browse the repository at this point in the history
The Speaker switch is missing in the slave list.

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
tiwai authored and perexg committed Jan 31, 2008
1 parent dafc835 commit 628ed13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = {
"Side Playback Volume",
"Headphone Playback Volume",
"Mono Playback Volume",
"Speaker Playback Volume",
NULL
};

Expand All @@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = {
"Side Playback Switch",
"Headphone Playback Switch",
"Mono Playback Switch",
"Speaker Playback Switch",
NULL
};

Expand Down

0 comments on commit 628ed13

Please sign in to comment.