Commit aaccf54f authored by James Courtier-Dutton's avatar James Courtier-Dutton Committed by Jaroslav Kysela

[ALSA] snd-ca0106:Add recognition for new variant. Fixes ALSA bug#3251

Signed-off-by: default avatarJames Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 42f53226
...@@ -170,6 +170,15 @@ MODULE_PARM_DESC(subsystem, "Force card subsystem model."); ...@@ -170,6 +170,15 @@ MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
static struct snd_ca0106_details ca0106_chip_details[] = { static struct snd_ca0106_details ca0106_chip_details[] = {
/* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */ /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */
/* It is really just a normal SB Live 24bit. */ /* 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 * CTRL:CA0111-WTLF
* ADC: WM8775SEDS * ADC: WM8775SEDS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment