diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-01-25 11:56:57 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:30:16 +0100 |
commit | 628ed1333a9d2a7c7d3dc53641ea59af511e5fe5 (patch) | |
tree | 6ec88e2349fda03cf27506fe454eadd958b3f875 /sound | |
parent | dafc83578d1633d7faf3e9de67fd922286c1b38d (diff) | |
download | linux-3.10-628ed1333a9d2a7c7d3dc53641ea59af511e5fe5.tar.gz linux-3.10-628ed1333a9d2a7c7d3dc53641ea59af511e5fe5.tar.bz2 linux-3.10-628ed1333a9d2a7c7d3dc53641ea59af511e5fe5.zip |
[ALSA] hda-codec - Add missing slave for AD1884 master switch
The Speaker switch is missing in the slave list.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 12959314d3a..3a8f00e6c99 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = { "Side Playback Volume", "Headphone Playback Volume", "Mono Playback Volume", + "Speaker Playback Volume", NULL }; @@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = { "Side Playback Switch", "Headphone Playback Switch", "Mono Playback Switch", + "Speaker Playback Switch", NULL }; |