[ALSA] hda-codec - Add missing slave for AD1884 master switch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, January 31, 2008 - 5:04 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=628ed1...
Commit:     628ed1333a9d2a7c7d3dc53641ea59af511e5fe5
Parent:     dafc83578d1633d7faf3e9de67fd922286c1b38d
Author:     Takashi Iwai <tiwai@suse.de>
AuthorDate: Fri Jan 25 11:56:57 2008 +0100
Committer:  Jaroslav Kysela <perex@perex.cz>
CommitDate: Thu Jan 31 17:30:16 2008 +0100

    [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>
---
 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 1295931..3a8f00e 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
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ALSA] hda-codec - Add missing slave for AD1884 master switch, Linux Kernel Mailing ..., (Thu Jan 31, 5:04 pm)