ALSA: Fix missing KERN_* prefix to printk in sound/pci
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
42b0158bdb
commit
ee419653a3
21 changed files with 318 additions and 146 deletions
|
@ -51,7 +51,8 @@ static void snd_ak4531_dump(struct snd_ak4531 *ak4531)
|
|||
int idx;
|
||||
|
||||
for (idx = 0; idx < 0x19; idx++)
|
||||
printk("ak4531 0x%x: 0x%x\n", idx, ak4531->regs[idx]);
|
||||
printk(KERN_DEBUG "ak4531 0x%x: 0x%x\n",
|
||||
idx, ak4531->regs[idx]);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue