提交 1b05962e 编写于 作者: J James Courtier-Dutton 提交者: Jaroslav Kysela

[ALSA] Add new ID. Fixes ALSA bug #1298

CA0106 driver
Signed-off-by: NJames Courtier-Dutton <James@superbug.co.uk>
上级 53b26663
...@@ -188,6 +188,14 @@ static ca0106_details_t ca0106_chip_details[] = { ...@@ -188,6 +188,14 @@ static ca0106_details_t ca0106_chip_details[] = {
.name = "MSI K8N Diamond MB [SB0438]", .name = "MSI K8N Diamond MB [SB0438]",
.gpio_type = 1, .gpio_type = 1,
.i2c_adc = 1 } , .i2c_adc = 1 } ,
/* Shuttle XPC SD31P which has an onboard Creative Labs Sound Blaster Live! 24-bit EAX
* high-definition 7.1 audio processor".
* Added using info from andrewvegan in alsa bug #1298
*/
{ .serial = 0x30381297,
.name = "Shuttle XPC SD31P [SD31P]",
.gpio_type = 1,
.i2c_adc = 1 } ,
{ .serial = 0, { .serial = 0,
.name = "AudigyLS [Unknown]" } .name = "AudigyLS [Unknown]" }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册