ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 27 Oct 2023 10:57:47 +0000 (11:57 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 27 Oct 2023 16:44:08 +0000 (17:44 +0100)
commit805ce81826c896dd3c351a32814b28557f9edf54
treee5f0218840fcf9f019bd8cb3ed03312b13985066
parentf0220575e65abe09c09cd17826a3cdea76e8d58f
ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag

In the current setup the PA is left unmuted even when the
Soundwire ports are not started streaming. This can lead to click
and pop sounds during start.
There is a same issue in the reverse order where in the PA is
left unmute even after the data stream is stopped, the time
between data stream stopping and port closing is long enough
to accumulate DC on the line resulting in Click/Pop noise
during end of stream.

making use of new mute_unmute_on_trigger flag is helping a
lot with this Click/Pop issues reported on this Codec

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Tested-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20231027105747.32450-3-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wsa883x.c
This page took 0.05469 seconds and 4 git commands to generate.