diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:39 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:39 +0100 |
commit | a86ba28583987b85845ed61be5f12aafb5fc4971 (patch) | |
tree | de3fd39d3921ade6fd1a42508841483f1f25c82d /sound/pci/via82xx.c | |
parent | 60b341b778cc2929df16c0a504c91621b3c6a4ad (diff) | |
parent | ad6cfc2ac71180171e090e69ae8762ac511884b1 (diff) | |
download | kernel_samsung_espresso10-a86ba28583987b85845ed61be5f12aafb5fc4971.zip kernel_samsung_espresso10-a86ba28583987b85845ed61be5f12aafb5fc4971.tar.gz kernel_samsung_espresso10-a86ba28583987b85845ed61be5f12aafb5fc4971.tar.bz2 |
Merge branch 'fix/misc' into for-linus
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 8a332d2..03d6aea 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -1791,6 +1791,12 @@ static struct ac97_quirk ac97_quirks[] = { .type = AC97_TUNE_HP_ONLY }, { + .subvendor = 0x110a, + .subdevice = 0x0079, + .name = "Fujitsu Siemens D1289", + .type = AC97_TUNE_HP_ONLY + }, + { .subvendor = 0x1019, .subdevice = 0x0a81, .name = "ECS K7VTA3", |