aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ac97')
-rw-r--r--sound/pci/ac97/ac97_patch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index e813968e0cf8..123de550d1f4 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -2264,7 +2264,8 @@ int patch_alc655(struct snd_ac97 * ac97)
2264 if (ac97->subsystem_vendor == 0x1462 && 2264 if (ac97->subsystem_vendor == 0x1462 &&
2265 (ac97->subsystem_device == 0x0131 || /* MSI S270 laptop */ 2265 (ac97->subsystem_device == 0x0131 || /* MSI S270 laptop */
2266 ac97->subsystem_device == 0x0161 || /* LG K1 Express */ 2266 ac97->subsystem_device == 0x0161 || /* LG K1 Express */
2267 ac97->subsystem_device == 0x0351)) /* MSI L725 laptop */ 2267 ac97->subsystem_device == 0x0351 || /* MSI L725 laptop */
2268 ac97->subsystem_device == 0x0061)) /* MSI S250 laptop */
2268 val &= ~(1 << 1); /* Pin 47 is EAPD (for internal speaker) */ 2269 val &= ~(1 << 1); /* Pin 47 is EAPD (for internal speaker) */
2269 else 2270 else
2270 val |= (1 << 1); /* Pin 47 is spdif input pin */ 2271 val |= (1 << 1); /* Pin 47 is spdif input pin */