17 May
2010
17 May
'10
2:21 p.m.
Hello,
While testing suspend, it has been noticed, that the driver would try to power off the codec more than once. Since this case handled in the driver, and results no functional defect we can lower the noise in the kernel log.
Also avoid the root cause of the multiple off calls by filtering BIAS_OFF request when the codec was already OFF.
--- Felipe Balbi (1): ASoC: tlv320dac33: Use dev_dbg in dac33_hard_power function
Peter Ujfalusi (1): ASoC: tlv320dac33: Avoid powering off while in BIAS_OFF
sound/soc/codecs/tlv320dac33.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)