Re: [PATCH] ASoC: codecs: lpass-wsa-macro: fix RX MIX input controls

2021-03-08 Thread Mark Brown
On Thu, 4 Mar 2021 19:50:48 -0500, Jonathan Marek wrote: > Attempting to use the RX MIX path at 48kHz plays at 96kHz, because these > controls are incorrectly toggling the first bit of the register, which > is part of the FS_RATE field. > > Fix the problem by using the same method used by the "WSA

Re: [PATCH] ASoC: codecs: lpass-wsa-macro: fix RX MIX input controls

2021-03-05 Thread Srinivas Kandagatla
Thanks Jonathan for testing the Mix path! On 05/03/2021 00:50, Jonathan Marek wrote: Attempting to use the RX MIX path at 48kHz plays at 96kHz, because these controls are incorrectly toggling the first bit of the register, which is part of the FS_RATE field. Yes bit 0 is part of PCM RATE! Fi

[PATCH] ASoC: codecs: lpass-wsa-macro: fix RX MIX input controls

2021-03-04 Thread Jonathan Marek
Attempting to use the RX MIX path at 48kHz plays at 96kHz, because these controls are incorrectly toggling the first bit of the register, which is part of the FS_RATE field. Fix the problem by using the same method used by the "WSA RX_MIX EC0_MUX" control, which is to use SND_SOC_NOPM as the regis