On Mon, Sep 21, 2026 at 08:57:02AM +0000, Sheetal wrote: > The Stream6 Input Threshold control points at stream index 4, which is > already used by Stream5. The threshold get and put callbacks derive the > lane ID from the register offset, so the duplicate index makes Stream6 > operate on lane 4 and leaves lane 5 inaccessible from userspace. > > Use stream index 5 for Stream6. > > Fixes: a2df8c2d5b36 ("ASoC: tegra: Add Tegra186 based ASRC driver") > Signed-off-by: Sheetal > --- > sound/soc/tegra/tegra186_asrc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This should be a separate patch since it fixes an existing problem and is not related to the rework in subsequent patches. It also shouldn't be blocked on any discussion regarding the ABI change. Reviewed-by: Thierry Reding