Re: [PATCH] ASoC: fsl_micfil: Add a flag to distinguish with different volume control types
From: Daniel Baluta <hidden>
Date: 2024-10-17 13:24:22
Also in:
alsa-devel, linux-sound, lkml
From: Daniel Baluta <hidden>
Date: 2024-10-17 13:24:22
Also in:
alsa-devel, linux-sound, lkml
On Thu, Oct 17, 2024 at 10:15 AM Chancel Liu [off-list ref] wrote:
On i.MX8MM the register of volume control has positive and negative
values. It is different from other platforms like i.MX8MP and i.MX93
which only have positive values. Add a volume_sx flag to use SX_TLV
volume control for this kind of platform. Use common TLV volume control
for other platforms.
Fixes: cdfa92eb90f5 ("ASoC: fsl_micfil: Correct the number of steps on SX controls")
Signed-off-by: Chancel Liu <redacted>Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>