Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=edb54a55d2e36de2183a89efa97fadede33b1166
Commit:     edb54a55d2e36de2183a89efa97fadede33b1166
Parent:     c34f5a0469c64a3e4e84b04a691247b72175402d
Author:     Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 29 12:47:02 2008 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:30:21 2008 +0100

    [ALSA] hda-codec - Control SPDIF as slave
    
    Add SPDIF playback switch to the slave element list so that it
    can be toggled via the master control as well.
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/hda/patch_realtek.c  |    1 +
 sound/pci/hda/patch_sigmatel.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8621c9f..586d98f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = {
        "Headphone Playback Switch",
        "Speaker Playback Switch",
        "Mono Playback Switch",
+       "IEC958 Playback Switch",
        NULL,
 };
 
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 34890c5..46c237b 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -873,6 +873,7 @@ static const char *slave_sws[] = {
        "Speaker Playback Switch",
        "External Speaker Playback Switch",
        "Speaker2 Playback Switch",
+       "IEC958 Playback Switch",
        NULL
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to