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

[ALSA] snd-ca0106: Fix typos.

Signed-off-by: default avatarJames Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent e4f55d80
...@@ -204,7 +204,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = { ...@@ -204,7 +204,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
* DAC: WM8768GEDS * DAC: WM8768GEDS
*/ */
{ .serial = 0x10111102, { .serial = 0x10111102,
.name = "Audigy LS [SB0570a]", .name = "Audigy SE OEM [SB0570a]",
.gpio_type = 1, .gpio_type = 1,
.i2c_adc = 1, .i2c_adc = 1,
.spi_dac = 1 } , .spi_dac = 1 } ,
...@@ -1315,7 +1315,7 @@ static int __devinit snd_ca0106_create(int dev, struct snd_card *card, ...@@ -1315,7 +1315,7 @@ static int __devinit snd_ca0106_create(int dev, struct snd_card *card,
} }
chip->details = c; chip->details = c;
if (subsystem[dev]) { 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]); c->name, chip->serial, subsystem[dev]);
} }
......
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