From: Peter Zubaj <pzad@pobox.sk>
To: alsa-devel@alsa-project.org
Subject: [PATCH] Audigy SB0090 identification
Date: Thu, 31 Mar 2005 21:07:12 +0200 [thread overview]
Message-ID: <424C4A60.7010806@pobox.sk> (raw)
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
Description : This add identification of Audigy 1 model SB0090
Signed-off: Peter Zubaj <pzad@pobox.sk>
------------------------------------
I think Audigy 1 doesn't have spdif bug (this si why there is no
.spdif_bug initialization). For me looks like this card identification
will break AC3 pasthrough for all audigy 1 (I am not sure).
One question: All subsystem ids are 0xXXXX1102 except for Audigy 1 ES,
is this good ?
Peter Zuba
[-- Attachment #2: audigy_sb0090.diff --]
[-- Type: text/x-patch, Size: 539 bytes --]
diff -u o/emu10k1_main.c n/emu10k1_main.c
--- o/emu10k1_main.c 2005-03-31 20:05:47.000000000 +0200
+++ n/emu10k1_main.c 2005-03-31 20:50:03.000000000 +0200
@@ -683,6 +683,11 @@
.emu10k2_chip = 1,
.ca0102_chip = 1,
.spdif_bug = 1} ,
+ {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00531102,
+ .driver = "Audigy", .name = "Audigy 1 [SB0090]",
+ .id = "Audigy",
+ .emu10k2_chip = 1,
+ .ca0102_chip = 1} ,
{.vendor = 0x1102, .device = 0x0004,
.driver = "Audigy", .name = "Audigy 1 or 2 [Unknown]",
.id = "Audigy",
next reply other threads:[~2005-03-31 19:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-31 19:07 Peter Zubaj [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-31 20:23 [PATCH] Audigy SB0090 identification Peter Zubaj
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=424C4A60.7010806@pobox.sk \
--to=pzad@pobox.sk \
--cc=alsa-devel@alsa-project.org \
/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.