diff options
| author | Takashi Iwai <tiwai@suse.de> | 2010-02-22 12:45:34 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2010-02-22 12:45:34 -0500 |
| commit | ad6cfc2ac71180171e090e69ae8762ac511884b1 (patch) | |
| tree | 4394b2c7879410df276acd6a253365b0dfad9996 | |
| parent | 9d3415a8cc76ff65c6602a121ac318432c5cd7ba (diff) | |
| parent | bf30a4309d4294d3eca248ea8a20c1c3570f5e74 (diff) | |
Merge remote branch 'alsa/fixes' into fix/misc
| -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 8a332d2f615c..03d6aea19749 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
| @@ -1791,6 +1791,12 @@ static struct ac97_quirk ac97_quirks[] = { | |||
| 1791 | .type = AC97_TUNE_HP_ONLY | 1791 | .type = AC97_TUNE_HP_ONLY |
| 1792 | }, | 1792 | }, |
| 1793 | { | 1793 | { |
| 1794 | .subvendor = 0x110a, | ||
| 1795 | .subdevice = 0x0079, | ||
| 1796 | .name = "Fujitsu Siemens D1289", | ||
| 1797 | .type = AC97_TUNE_HP_ONLY | ||
| 1798 | }, | ||
| 1799 | { | ||
| 1794 | .subvendor = 0x1019, | 1800 | .subvendor = 0x1019, |
| 1795 | .subdevice = 0x0a81, | 1801 | .subdevice = 0x0a81, |
| 1796 | .name = "ECS K7VTA3", | 1802 | .name = "ECS K7VTA3", |
