diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2006-11-25 14:50:11 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@server.perex.cz> | 2006-12-20 02:56:09 -0500 |
commit | d5f6a38d9896614e2e78a82c6cb818721601c52f (patch) | |
tree | ae9d7bfaa016181e4d3e77fd8512816088341ada /sound | |
parent | e4f55d8010eacb2669c2a68f195993e4563b94c8 (diff) |
[ALSA] snd-ca0106: Fix typos.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 881c4ca7b56d..f61f052f6d14 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -204,7 +204,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = { | |||
204 | * DAC: WM8768GEDS | 204 | * DAC: WM8768GEDS |
205 | */ | 205 | */ |
206 | { .serial = 0x10111102, | 206 | { .serial = 0x10111102, |
207 | .name = "Audigy LS [SB0570a]", | 207 | .name = "Audigy SE OEM [SB0570a]", |
208 | .gpio_type = 1, | 208 | .gpio_type = 1, |
209 | .i2c_adc = 1, | 209 | .i2c_adc = 1, |
210 | .spi_dac = 1 } , | 210 | .spi_dac = 1 } , |
@@ -1315,7 +1315,7 @@ static int __devinit snd_ca0106_create(int dev, struct snd_card *card, | |||
1315 | } | 1315 | } |
1316 | chip->details = c; | 1316 | chip->details = c; |
1317 | if (subsystem[dev]) { | 1317 | if (subsystem[dev]) { |
1318 | printk(KERN_INFO "snd-ca0106: Sound card name=%s, subsystem=0x%x. Forced to subsytem=0x%x\n", | 1318 | printk(KERN_INFO "snd-ca0106: Sound card name=%s, subsystem=0x%x. Forced to subsystem=0x%x\n", |
1319 | c->name, chip->serial, subsystem[dev]); | 1319 | c->name, chip->serial, subsystem[dev]); |
1320 | } | 1320 | } |
1321 | 1321 | ||