diff options
Diffstat (limited to 'sound')
-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]", |