mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
codec: soc-core log error
This commit is contained in:
@@ -2120,7 +2120,7 @@ EXPORT_SYMBOL_GPL(snd_soc_read);
|
||||
unsigned int snd_soc_write(struct snd_soc_codec *codec,
|
||||
unsigned int reg, unsigned int val)
|
||||
{
|
||||
printk("write %x = %x\n", reg, val);
|
||||
dev_dbg(codec->dev, "write%x => %x\n", reg, ret);
|
||||
trace_snd_soc_reg_write(codec, reg, val);
|
||||
return codec->write(codec, reg, val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user