diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2009-10-01 00:28:16 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-01 07:43:05 +0200 |
commit | 5da5b6f9e967e8c62486444f97e66252c3768d7d (patch) | |
tree | 581bdbc33f0579da7a216349327833e89dd7ae16 | |
parent | 392bf2f1ba03b690f0ee71a185d4a5720a82bb25 (diff) | |
download | op-kernel-dev-5da5b6f9e967e8c62486444f97e66252c3768d7d.zip op-kernel-dev-5da5b6f9e967e8c62486444f97e66252c3768d7d.tar.gz |
ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-T350P
BugLink: https://bugs.launchpad.net/bugs/410933
This Sony VAIO model needs External Amplifier unmuted for audible
playback, so make sure we set the inv_eapd quirk.
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 171ada5..86e9a2d 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1954,6 +1954,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "Sony S1XP", .type = AC97_TUNE_INV_EAPD }, + { + .subvendor = 0x104d, + .subdevice = 0x81c0, + .name = "Sony VAIO VGN-T350P", /*AD1981B*/ + .type = AC97_TUNE_INV_EAPD + }, { .subvendor = 0x1043, .subdevice = 0x80f3, |