mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08:00
[ALSA] snd-ca0106:Add recognition for new variant. Fixes ALSA bug#3251
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
42f5322695
commit
aaccf54f63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user