Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44733
b: refs/heads/master
c: d5f6a38
h: refs/heads/master
i:
  44731: a86aabd
v: v3
  • Loading branch information
James Courtier-Dutton authored and Jaroslav Kysela committed Dec 20, 2006
1 parent 4e46814 commit 5033b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4f55d8010eacb2669c2a68f195993e4563b94c8
refs/heads/master: d5f6a38d9896614e2e78a82c6cb818721601c52f
4 changes: 2 additions & 2 deletions trunk/sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
* DAC: WM8768GEDS
*/
{ .serial = 0x10111102,
.name = "Audigy LS [SB0570a]",
.name = "Audigy SE OEM [SB0570a]",
.gpio_type = 1,
.i2c_adc = 1,
.spi_dac = 1 } ,
Expand Down Expand Up @@ -1315,7 +1315,7 @@ static int __devinit snd_ca0106_create(int dev, struct snd_card *card,
}
chip->details = c;
if (subsystem[dev]) {
printk(KERN_INFO "snd-ca0106: Sound card name=%s, subsystem=0x%x. Forced to subsytem=0x%x\n",
printk(KERN_INFO "snd-ca0106: Sound card name=%s, subsystem=0x%x. Forced to subsystem=0x%x\n",
c->name, chip->serial, subsystem[dev]);
}

Expand Down

0 comments on commit 5033b92

Please sign in to comment.