ALSA: isa/*: Add missing KERN_* prefix to printk
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -551,11 +551,11 @@ static int __devinit snd_wavefront_isa_match(struct device *pdev,
|
||||
return 0;
|
||||
#endif
|
||||
if (cs4232_pcm_port[dev] == SNDRV_AUTO_PORT) {
|
||||
snd_printk("specify CS4232 port\n");
|
||||
snd_printk(KERN_ERR "specify CS4232 port\n");
|
||||
return 0;
|
||||
}
|
||||
if (ics2115_port[dev] == SNDRV_AUTO_PORT) {
|
||||
snd_printk("specify ICS2115 port\n");
|
||||
snd_printk(KERN_ERR "specify ICS2115 port\n");
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
@@ -633,7 +633,7 @@ wavefront_get_sample_status (snd_wavefront_t *dev, int assume_rom)
|
||||
wbuf[1] = i >> 7;
|
||||
|
||||
if (snd_wavefront_cmd (dev, WFC_IDENTIFY_SAMPLE_TYPE, rbuf, wbuf)) {
|
||||
snd_printk("cannot identify sample "
|
||||
snd_printk(KERN_WARNING "cannot identify sample "
|
||||
"type of slot %d\n", i);
|
||||
dev->sample_status[i] = WF_ST_EMPTY;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user