* [PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit)
@ 2007-06-03 2:26 Daniel T. Chen
2007-06-03 9:15 ` James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: Daniel T. Chen @ 2007-06-03 2:26 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 102 bytes --]
Hi,
Attached please find an hg changeset against current alsa-kernel tip.
Thanks,
Daniel Chen
[-- Attachment #1.1.2: new.diff --]
[-- Type: text/x-patch, Size: 1143 bytes --]
# HG changeset patch
# User crimsun@Box.ncat.edu
# Date 1180837055 14400
# Node ID ffb188210b49a37a81dab6b08a308e895461c10f
# Parent d2662f0d43b1102ff3035832995d6113f1124fe8
[PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit)
Add info for another X-Fi Extreme Audio model.
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
diff -r d2662f0d43b1 -r ffb188210b49 pci/ca0106/ca0106_main.c
--- a/pci/ca0106/ca0106_main.c Thu May 31 09:09:20 2007 +0200
+++ b/pci/ca0106/ca0106_main.c Sat Jun 02 22:17:35 2007 -0400
@@ -186,6 +186,14 @@ static struct snd_ca0106_details ca0106_
.name = "X-Fi Extreme Audio [SB0790]",
.gpio_type = 1,
.i2c_adc = 1 } ,
+ /* Another X-Fi Extreme Audio [SB0790], verified in #alsa/Freenode
+ * on Sat, Jun 2, 2007 by Anders Juel Jensen and Peter Johan
+ * Soerensen. Normal SB Live 24bit.
+ */
+ { .serial = 0x10131102,
+ .name = "X-Fi Extreme Audio [SB0790]",
+ .gpio_type = 1,
+ .i2c_adc = 1 } ,
/* New Dell Sound Blaster Live! 7.1 24bit. This does not have an AC97. */
/* AudigyLS[SB0310] */
{ .serial = 0x10021102,
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit)
2007-06-03 2:26 [PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit) Daniel T. Chen
@ 2007-06-03 9:15 ` James Courtier-Dutton
2007-06-03 10:16 ` Daniel T. Chen
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2007-06-03 9:15 UTC (permalink / raw)
To: crimsun; +Cc: alsa-devel
Daniel T. Chen wrote:
> Hi,
>
> Attached please find an hg changeset against current alsa-kernel tip.
>
> Thanks,
> Daniel Chen
>
Thank you for the patch.
As your card has different PCI IDs from my card.
Mine: 0x10121102
Yours: 0x10131102
I obviously cannot test yours.
Can you please add comments like the ones I have in the code for
0x10121102 :
E.g.
/* It is really just a normal SB Live 24bit. */
/*
* CTRL:CA0111-WTLF
* ADC: WM8775SEDS
* DAC: CS4382-KQZ
*/
/* Tested:
* Playback on front, rear, center/lfe speakers
* Capture from Mic in.
* Not-Tested:
* Capture from Line in.
* Playback to digital out.
*/
So, to summarise, I would like the numbers written on the chips, and
also what exactly you have tested.
Kind Regards
James
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit)
2007-06-03 9:15 ` James Courtier-Dutton
@ 2007-06-03 10:16 ` Daniel T. Chen
0 siblings, 0 replies; 3+ messages in thread
From: Daniel T. Chen @ 2007-06-03 10:16 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 453 bytes --]
Hi James,
On Sun, 2007-06-03 at 10:15 +0100, James Courtier-Dutton wrote:
> Mine: 0x10121102
> Yours: 0x10131102
>
> I obviously cannot test yours.
The two people noted in the hg changeset are the ones (macavity and
peterjs are their IRC nicks, respectively) who have physical access to
the card. When they next appear in #alsa/Freenode, I'll ask them to
clarify the testing criteria and the IDs from the chips.
Thanks,
Daniel Chen
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-03 10:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 2:26 [PATCH] Add support for another X-Fi Extreme Audio (really SB Live 24bit) Daniel T. Chen
2007-06-03 9:15 ` James Courtier-Dutton
2007-06-03 10:16 ` Daniel T. Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).