ASoC: codecs: tx-macro: Drop unimplemented DMIC clock divider
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 2 Feb 2024 15:41:32 +0000 (16:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 13 Feb 2024 17:36:00 +0000 (17:36 +0000)
commit58cef044e6ec88eef6f10565df8257138e2085ec
tree08237376ccebe35a8a55c95ad222d8fff8a01b9e
parenta6eb64e7e32c7a6a502a19c20e3f04818091c2dc
ASoC: codecs: tx-macro: Drop unimplemented DMIC clock divider

Downstream driver configures DMIC clock rate through the divider
register but only parts of this code ended up in the upstream driver: we
always write the same value 0, so DIV2.  Same default value is used also
for the AMIC rate control.

Let's make it obvious and drop unneeded parts of the code.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240202154134.66967-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/lpass-tx-macro.c