diff options
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | 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 fcab8fb97e38..58ffa0cacfb1 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."); | |||
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 */ | 171 | /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */ |
172 | /* It is really just a normal SB Live 24bit. */ | 172 | /* It is really just a normal SB Live 24bit. */ |
173 | /* Tested: | ||
174 | * See ALSA bug#3251 | ||
175 | */ | ||
176 | { .serial = 0x10131102, | ||
177 | .name = "X-Fi Extreme Audio [SBxxxx]", | ||
178 | .gpio_type = 1, | ||
179 | .i2c_adc = 1 } , | ||
180 | /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */ | ||
181 | /* It is really just a normal SB Live 24bit. */ | ||
173 | /* | 182 | /* |
174 | * CTRL:CA0111-WTLF | 183 | * CTRL:CA0111-WTLF |
175 | * ADC: WM8775SEDS | 184 | * ADC: WM8775SEDS |