Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6529
b: refs/heads/master
c: 1b05962
h: refs/heads/master
i:
  6527: 1141fec
v: v3
  • Loading branch information
James Courtier-Dutton authored and Jaroslav Kysela committed Aug 30, 2005
1 parent 8d4157d commit c82a567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53b266632b79e2adc48754d5a6e9e5ebbde08c12
refs/heads/master: 1b05962e8b2d8a1b1f5934087a4a00f7532fa2d1
8 changes: 8 additions & 0 deletions trunk/sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ static ca0106_details_t ca0106_chip_details[] = {
.name = "MSI K8N Diamond MB [SB0438]",
.gpio_type = 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,
.name = "AudigyLS [Unknown]" }
};
Expand Down

0 comments on commit c82a567

Please sign in to comment.