ASoC: codecs: lpass-wsa: fix VI capture setup.
authorMark Brown <broonie@kernel.org>
Tue, 8 Apr 2025 09:24:55 +0000 (10:24 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 8 Apr 2025 09:24:55 +0000 (10:24 +0100)
commitd4c29a336073d49f7216abf361c6e70ab8396a4d
treec1c4dce0eaf193a1724b146789a596708877c927
parentd639e7fd9aa038f46728206bdb23cf7109b3b53b
parent7648beb65600220996ebb2da207610b1ff9b735e
ASoC: codecs: lpass-wsa: fix VI capture setup.

Merge series from srinivas.kandagatla@linaro.org:

This two patches fixes below two issues with the VI setup.

1. Only one channel gets enabled on VI feedback patch instead of two
channels
2. recording rate is hardcoded to 8K instead dyamically setting it up.

Both of these issues are fixed in these patches.