[PATCH 0/4] ASoC: tegra: Fixes for issues exposed in Linux v7.2
Jon Hunter <[email protected]>
| Newsgroups | org.kernel.vger.linux-tegra,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
Commit 4b05ccb17f92 ("regcache: Sort the local copy of an unsorted
reg_defaults array") exposed an issue in the Tegra I2S and MIXER drivers
and after this commit was added, this underlying issue now causes audio
tests that exercise the I2S and MIXER drivers to fail. This series fixes
the issue in the I2S and MIXER drivers and also fixes warning observed
with the ADMAIF and MBDRC drivers that have unsorted reg_defaults.
Jon Hunter (4):
ASoC: tegra: Fix the I2S enable default value
ASoC: tegra: Fix the MIXER enable default value
ASoC: tegra: Sort ADMAIF register defaults
ASoC: tegra: Sort MBDRC register defaults
sound/soc/tegra/tegra210_admaif.c | 208 ++++++++++++++++++++----------
sound/soc/tegra/tegra210_i2s.c | 20 ++-
sound/soc/tegra/tegra210_i2s.h | 1 +
sound/soc/tegra/tegra210_mbdrc.c | 42 +++---
sound/soc/tegra/tegra210_mixer.c | 10 +-
5 files changed, 184 insertions(+), 97 deletions(-)
--
2.43.0