Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=592a82e8b6f4b5376e2faa2467b816cc8b73eaa6
Commit:     592a82e8b6f4b5376e2faa2467b816cc8b73eaa6
Parent:     d65b790adbd8ea4b4c9687eda722d7b2a730ed02
Author:     Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 12 11:33:32 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:55:47 2007 +0200

    [ALSA] ac97 - Fix MSI L720 laptop
    
    Fix internal speaker output of MSI L720 laptop with ALC655 codec.
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/ac97/ac97_patch.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 30064c1..43455fc 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -2727,6 +2727,7 @@ static int patch_alc655(struct snd_ac97 * ac97)
                    (ac97->subsystem_device == 0x0131 || /* MSI S270 laptop */
                     ac97->subsystem_device == 0x0161 || /* LG K1 Express */
                     ac97->subsystem_device == 0x0351 || /* MSI L725 laptop */
+                    ac97->subsystem_device == 0x0471 || /* MSI L720 laptop */
                     ac97->subsystem_device == 0x0061))  /* MSI S250 laptop */
                        val &= ~(1 << 1); /* Pin 47 is EAPD (for internal 
speaker) */
                else
-
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