[PATCH] [UBUNTU:sound/pci/] #68659: Disable DXS explicitly for 0x1458a002 (VIA-based)

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Sun Oct 29 09:03:47 UTC 2006


From 5818003722600a8dfaa6036fcb930ab22487ab3b Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Sun, 29 Oct 2006 04:07:46 -0500
Subject: [PATCH] [UBUNTU:sound/pci/] #68659: Disable DXS explicitly for 0x1458a002 (VIA-based)

UpstreamStatus: Not yet merged

References:	Ubuntu: #68659, #68876
		Debian: #366212
		ALSA: #2067
		http://hg-mirror.alsa-project.org/alsa-kernel?cs=5cf914368b6e;style=raw

As the two referenced Ubuntu bug reports testify, using VIA_DXS_SRC
by default is insufficient and results in errors such as
"Sound server fatal error: cpu overload, aborting". This patch
explicitly disables DXS for a known broken ID (despite the source
claiming it works).

This commit closes Ubuntu: #68659, #68876.

This commit is applicable to Dapper, Edgy, and Feisty linux-source.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/via82xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 5a94f94..21143b9 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -2319,7 +2319,7 @@ static int __devinit check_dxs_list(stru
 		{ .subvendor = 0x1106, .subdevice = 0xc001, .action = VIA_DXS_SRC }, /* Insight P4-ITX */
 		{ .subvendor = 0x1297, .subdevice = 0xa232, .action = VIA_DXS_ENABLE }, /* Shuttle ?? */
 		{ .subvendor = 0x1297, .subdevice = 0xc160, .action = VIA_DXS_ENABLE }, /* Shuttle SK41G */
-		{ .subvendor = 0x1458, .subdevice = 0xa002, .action = VIA_DXS_ENABLE }, /* Gigabyte GA-7VAXP */
+		{ .subvendor = 0x1458, .subdevice = 0xa002, .action = VIA_DXS_DISABLE }, /* Gigabyte GA-7VAXP */
 		{ .subvendor = 0x1462, .subdevice = 0x0080, .action = VIA_DXS_SRC }, /* MSI K8T Neo-FIS2R */
 		{ .subvendor = 0x1462, .subdevice = 0x0430, .action = VIA_DXS_SRC }, /* MSI 7142 (K8MM-V) */
 		{ .subvendor = 0x1462, .subdevice = 0x3800, .action = VIA_DXS_ENABLE }, /* MSI KT266 */
-- 
1.4.1

-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20061029/c484103e/attachment.sig>


More information about the kernel-team mailing list