mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
ASoC: Remove register write trace from WM8994
We now have trace in the ASoC core so we don't need to our own trace in the driver. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
@@ -1730,8 +1730,6 @@ static int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
|
||||
if (!wm8994_volatile(reg))
|
||||
wm8994->reg_cache[reg] = value;
|
||||
|
||||
dev_dbg(codec->dev, "0x%x = 0x%x\n", reg, value);
|
||||
|
||||
return wm8994_reg_write(codec->control_data, reg, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user