diff options
author | Walter Sheets <w41ter@gmail.com> | 2008-06-27 05:53:31 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-10 03:31:17 -0400 |
commit | 942fd1ebf6072fdaa07ae6d77a4f58b39c1bfdf9 (patch) | |
tree | 51aeb109f65e1621ed80b6d87abb475fa86933e3 /sound/pci/via82xx.c | |
parent | 69776bf3a7263a4e47751f475d540b0f73bf8337 (diff) |
ALSA: via82xx - Add VIA audio device #1841 to ac97_quirk list
Signed-off-by: Walter Sheets <w41ter@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
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 b585cc3e4c47..6781be9e3078 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -1757,6 +1757,12 @@ static struct ac97_quirk ac97_quirks[] = { | |||
1757 | .type = AC97_TUNE_HP_ONLY | 1757 | .type = AC97_TUNE_HP_ONLY |
1758 | }, | 1758 | }, |
1759 | { | 1759 | { |
1760 | .subvendor = 0x1019, | ||
1761 | .subdevice = 0x1841, | ||
1762 | .name = "ECS K7VTA3", | ||
1763 | .type = AC97_TUNE_HP_ONLY | ||
1764 | }, | ||
1765 | { | ||
1760 | .subvendor = 0x1849, | 1766 | .subvendor = 0x1849, |
1761 | .subdevice = 0x3059, | 1767 | .subdevice = 0x3059, |
1762 | .name = "ASRock K7VM2", | 1768 | .name = "ASRock K7VM2", |