Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aaccf54f638dfd39ebd1220936b0ce261e5fced7
Commit:     aaccf54f638dfd39ebd1220936b0ce261e5fced7
Parent:     42f53226953b0f2ad16bf55d0c11e08fe86c3666
Author:     James Courtier-Dutton <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 23 18:12:41 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 15:57:52 2007 +0200

    [ALSA] snd-ca0106:Add recognition for new variant. Fixes ALSA bug#3251
    
    
    Signed-off-by: James Courtier-Dutton <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/ca0106/ca0106_main.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c
index fcab8fb..58ffa0c 100644
--- a/sound/pci/ca0106/ca0106_main.c
+++ b/sound/pci/ca0106/ca0106_main.c
@@ -170,6 +170,15 @@ MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
 static struct snd_ca0106_details ca0106_chip_details[] = {
         /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 
53SB079000000 */
         /* It is really just a normal SB Live 24bit. */
+        /* Tested:
+         * See ALSA bug#3251
+         */
+        { .serial = 0x10131102,
+          .name   = "X-Fi Extreme Audio [SBxxxx]",
+          .gpio_type = 1,
+          .i2c_adc = 1 } ,
+        /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 
53SB079000000 */
+        /* It is really just a normal SB Live 24bit. */
         /*
          * CTRL:CA0111-WTLF
          * ADC: WM8775SEDS
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to