From 2d55aec4326e64700cf62f2fd4eaf654d8c937c7 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 17 Jun 2005 11:54:50 +0200 Subject: [PATCH] --- yaml --- r: 2664 b: refs/heads/master c: b3e28ce98a22a4ecc8101128fe18665ab29d3236 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/via82xx.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3aa2a6537493..78c704158054 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dabbed6f729d806092851150ca3dd9efe2b64b58 +refs/heads/master: b3e28ce98a22a4ecc8101128fe18665ab29d3236 diff --git a/trunk/sound/pci/via82xx.c b/trunk/sound/pci/via82xx.c index 7e570a4a4c3a..42c48f0ce8e8 100644 --- a/trunk/sound/pci/via82xx.c +++ b/trunk/sound/pci/via82xx.c @@ -2186,6 +2186,7 @@ static int __devinit check_dxs_list(struct pci_dev *pci) { .subvendor = 0x1631, .subdevice = 0xe004, .action = VIA_DXS_ENABLE }, /* Easy Note 3174, Packard Bell */ { .subvendor = 0x1695, .subdevice = 0x3005, .action = VIA_DXS_ENABLE }, /* EPoX EP-8K9A */ { .subvendor = 0x1849, .subdevice = 0x3059, .action = VIA_DXS_NO_VRA }, /* ASRock K7VM2 */ + { .subvendor = 0x1919, .subdevice = 0x200a, .action = VIA_DXS_NO_VRA }, /* Soltek SL-K8Tpro-939 */ { } /* terminator */ }; struct dxs_whitelist *w;