diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2007-05-18 15:35:50 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:59 -0400 |
commit | 8632649b1c991aab883a8538e493c33e362d077a (patch) | |
tree | 4bf6712ec5643dfe8396df123cd6be6c7476fccb /sound/pci/ca0106 | |
parent | d9e8a552d486eff3281e58754d126500782dcd74 (diff) |
[ALSA] snd-ca0106: Add support for X-Fi Extreme Audio.
This card is just a normal SB Live 24bit,
but under a different marketing name.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 9fd7b8a5b75e..fcab8fb97e38 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -168,6 +168,25 @@ MODULE_PARM_DESC(subsystem, "Force card subsystem model."); | |||
168 | #include "ca0106.h" | 168 | #include "ca0106.h" |
169 | 169 | ||
170 | static struct snd_ca0106_details ca0106_chip_details[] = { | 170 | static struct snd_ca0106_details ca0106_chip_details[] = { |
171 | /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */ | ||
172 | /* It is really just a normal SB Live 24bit. */ | ||
173 | /* | ||
174 | * CTRL:CA0111-WTLF | ||
175 | * ADC: WM8775SEDS | ||
176 | * DAC: CS4382-KQZ | ||
177 | */ | ||
178 | /* Tested: | ||
179 | * Playback on front, rear, center/lfe speakers | ||
180 | * Capture from Mic in. | ||
181 | * Not-Tested: | ||
182 | * Capture from Line in. | ||
183 | * Playback to digital out. | ||
184 | */ | ||
185 | { .serial = 0x10121102, | ||
186 | .name = "X-Fi Extreme Audio [SB0790]", | ||
187 | .gpio_type = 1, | ||
188 | .i2c_adc = 1 } , | ||
189 | /* New Dell Sound Blaster Live! 7.1 24bit. This does not have an AC97. */ | ||
171 | /* AudigyLS[SB0310] */ | 190 | /* AudigyLS[SB0310] */ |
172 | { .serial = 0x10021102, | 191 | { .serial = 0x10021102, |
173 | .name = "AudigyLS [SB0310]", | 192 | .name = "AudigyLS [SB0310]", |