[PATCH 0/4] Fix kcontrol put callback in Tegra drivers

From: Sameer Pujar
Date: Wed Nov 03 2021 - 01:06:09 EST


This series fixes kcontrol put callback in some of the Tegra drivers
which are used on platforms based on Tegra210 and later. The callback
is expected to return 1 whenever the HW update is done.

ADMAIF, I2S, DMIC and DSPK drivers are updated as part of it.


This idea is suggested by Jaroslav. Similar suggestion came from
Mark during review of series [0] and drivers under those series
were taken care. This series takes care of remaining drivers.
I have added 'Suggested-by" tags accordingly.


[0] https://lore.kernel.org/linux-arm-kernel/20210913142307.GF4283@xxxxxxxxxxxxx/

Sameer Pujar (4):
ASoC: tegra: Fix kcontrol put callback in ADMAIF
ASoC: tegra: Fix kcontrol put callback in I2S
ASoC: tegra: Fix kcontrol put callback in DMIC
ASoC: tegra: Fix kcontrol put callback in DSPK

sound/soc/tegra/tegra186_dspk.c | 4 +++-
sound/soc/tegra/tegra210_admaif.c | 4 +++-
sound/soc/tegra/tegra210_dmic.c | 4 +++-
sound/soc/tegra/tegra210_i2s.c | 4 +++-
4 files changed, 12 insertions(+), 4 deletions(-)

--
2.7.4