From: Walter Sheets Date: Fri, 27 Jun 2008 09:53:31 +0000 (+0200) Subject: ALSA: via82xx - Add VIA audio device #1841 to ac97_quirk list X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=942fd1ebf6072fdaa07ae6d77a4f58b39c1bfdf9;p=linux-edison.git ALSA: via82xx - Add VIA audio device #1841 to ac97_quirk list Signed-off-by: Walter Sheets Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index b585cc3e4c4..6781be9e307 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -1757,6 +1757,12 @@ static struct ac97_quirk ac97_quirks[] = { .type = AC97_TUNE_HP_ONLY }, { + .subvendor = 0x1019, + .subdevice = 0x1841, + .name = "ECS K7VTA3", + .type = AC97_TUNE_HP_ONLY + }, + { .subvendor = 0x1849, .subdevice = 0x3059, .name = "ASRock K7VM2",