Re: [PATCH] ASoC: codecs: lpass-va-macro: mute/unmute all active decimators

2021-03-08 Thread Mark Brown
On Thu, 4 Mar 2021 16:56:46 -0500, Jonathan Marek wrote: > An interface can have multiple decimators enabled, so loop over all active > decimators. Otherwise only one channel will be unmuted, and other channels > will be zero. This fixes recording from dual DMIC as a single two channel > stream. >

Re: [PATCH] ASoC: codecs: lpass-va-macro: mute/unmute all active decimators

2021-03-05 Thread Srinivas Kandagatla
Thanks Jonathan for testing and fixing this use case! On 04/03/2021 21:56, Jonathan Marek wrote: An interface can have multiple decimators enabled, so loop over all active decimators. Otherwise only one channel will be unmuted, and other channels will be zero. This fixes recording from dual DMI