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-Tag: v2.6.27-rc1~1111^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=942fd1ebf6072fdaa07ae6d77a4f58b39c1bfdf9;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.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 b585cc3..6781be9 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",