From: Marko Kreen <marko@l-t.ee>
To: alsa-devel@lists.sourceforge.net
Subject: [patch] via82xx: Enable DXS on ABIT KV8 Pro
Date: Thu, 18 Nov 2004 19:05:57 +0200 [thread overview]
Message-ID: <20041118170557.GA14412@l-t.ee> (raw)
Enable DXS for via audio chip on ABIT KV8 Pro.
Works for me.
lspci -v:
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Subsystem: ABIT Computer Corp.: Unknown device 1413
Flags: medium devsel, IRQ 22
I/O ports at e000 [size=256]
Capabilities: <available only to root>
--
marko
diff -urp linux-2.6.9/sound/pci/via82xx.c linux-2.6/sound/pci/via82xx.c
--- linux-2.6.9/sound/pci/via82xx.c 2004-11-18 18:52:13.000000000 +0200
+++ linux-2.6/sound/pci/via82xx.c 2004-11-08 12:27:27.000000000 +0200
@@ -2100,6 +2100,7 @@ static int __devinit check_dxs_list(stru
{ .vendor = 0x1297, .device = 0xc160, .action = VIA_DXS_ENABLE }, /* Shuttle SK41G */
{ .vendor = 0x1458, .device = 0xa002, .action = VIA_DXS_NO_VRA }, /* Gigabyte GA-7VAXP (FIXME: or DXS_ENABLE?) */
{ .vendor = 0x147b, .device = 0x1401, .action = VIA_DXS_ENABLE }, /* ABIT KD7(-RAID) */
+ { .vendor = 0x147b, .device = 0x1413, .action = VIA_DXS_ENABLE }, /* ABIT KV8 Pro */
{ .vendor = 0x14ff, .device = 0x0403, .action = VIA_DXS_ENABLE }, /* Twinhead mobo */
{ .vendor = 0x1462, .device = 0x3800, .action = VIA_DXS_ENABLE }, /* MSI KT266 */
{ .vendor = 0x1462, .device = 0x7120, .action = VIA_DXS_ENABLE }, /* MSI KT4V */
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next reply other threads:[~2004-11-18 17:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-18 17:05 Marko Kreen [this message]
2004-11-18 19:43 ` [patch] via82xx: Enable DXS on ABIT KV8 Pro Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041118170557.GA14412@l-t.ee \
--to=marko@l-t.ee \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.