ASoC: cs42l43: Only restrict 44.1kHz for the ASP
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 27 May 2024 10:08:40 +0000 (11:08 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 May 2024 12:59:40 +0000 (13:59 +0100)
commit797c525e85d1e44cf0e6f338890e8e0c661f524a
tree6ac3ba748fe81a31849e5f1b7427c9be3eb5e2ec
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
ASoC: cs42l43: Only restrict 44.1kHz for the ASP

The SoundWire interface can always support 44.1kHz using flow controlled
mode, and whether the ASP is in master mode should obviously only affect
the ASP. Update cs42l43_startup() to only restrict the rates for the ASP
DAI.

Fixes: fc918cbe874e ("ASoC: cs42l43: Add support for the cs42l43")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://msgid.link/r/20240527100840.439832-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43.c