ASoC: nau8825: debug message of crosstalk bypass
Add debug message for crosstalk function bypass. Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: John Hsu <supercraig0719@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2bda4288e7
commit
812a532655
1 changed files with 2 additions and 0 deletions
|
@ -2440,6 +2440,8 @@ static void nau8825_print_device_properties(struct nau8825 *nau8825)
|
|||
nau8825->jack_insert_debounce);
|
||||
dev_dbg(dev, "jack-eject-debounce: %d\n",
|
||||
nau8825->jack_eject_debounce);
|
||||
dev_dbg(dev, "crosstalk-bypass: %d\n",
|
||||
nau8825->xtalk_bypass);
|
||||
}
|
||||
|
||||
static int nau8825_read_device_properties(struct device *dev,
|
||||
|
|
Loading…
Reference in a new issue