]> git.hungrycats.org Git - linux/commit
ASoC: tegra: Fix the MIXER enable default value
authorJon Hunter <jonathanh@nvidia.com>
Fri, 21 Aug 2026 15:37:32 +0000 (16:37 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 21 Aug 2026 17:08:37 +0000 (18:08 +0100)
commit5442b8093a2f94ecd4696b3875194be09e2676c5
treea1e3872453ef63ceecd6920415cbc196419cf11f
parent53dd1c1de851280c71385f49a24715e5615c926c
ASoC: tegra: Fix the MIXER enable default value

Commit 4b05ccb17f92 ("regcache: Sort the local copy of an unsorted
reg_defaults array") exposed an issue in the Tegra MIXER driver where
the register default for the TEGRA210_MIXER_ENABLE is specified as 1,
but the hardware default is actually 0. After this commit was added the
MIXER driver is no longer working and so fix this by correcting the
default value for this register and explicitly configuring the
MIXER_ENABLE register when runtime resuming the MIXER device.

Fixes: 05bb3d5ec64a ("ASoC: tegra: Add Tegra210 based Mixer driver")
Cc: stable@vger.kernel.org
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://patch.msgid.link/20260821153734.158426-3-jonathanh@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra210_mixer.c