]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: codecs: aw88261: reduce log spam
authorVal Packett <val@packett.cool>
Fri, 29 May 2026 20:05:10 +0000 (17:05 -0300)
committerMark Brown <broonie@kernel.org>
Tue, 9 Jun 2026 23:09:08 +0000 (00:09 +0100)
commitd90c361af215a9fa2a986d9f47d554d0cf3401dd
tree7c2bd03ad8d87139698f51d27df2a34419352d36
parent33f917e18f3905b2bba92a6b8ec80dc9f602e234
ASoC: codecs: aw88261: reduce log spam

This driver would create a wall of logspam during initialization due to
e.g. the PLL not being ready while waiting for it to stabilize. Change
intermediate dev_err() calls to dev_dbg() to reduce the noise.

While here, log the detected chip ID when that check fails.

Signed-off-by: Val Packett <val@packett.cool>
Tested-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://patch.msgid.link/20260529200550.529719-4-val@packett.cool
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/aw88261.c