]> Git Repo - linux.git/commit
ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag
authorSrinivas Kandagatla <[email protected]>
Fri, 27 Oct 2023 10:57:47 +0000 (11:57 +0100)
committerMark Brown <[email protected]>
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 <[email protected]>
Tested-by: Johan Hovold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/wsa883x.c
This page took 0.053741 seconds and 4 git commands to generate.