]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tegra: Fix kcontrol put callback in I2S
authorSameer Pujar <spujar@nvidia.com>
Thu, 18 Nov 2021 07:07:03 +0000 (12:37 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 18 Nov 2021 19:02:29 +0000 (19:02 +0000)
commitb6673aeafeb242b3ceae42cb5a20026ab17b47f0
treee5957b2b60c003faa84557273de565e1172bff43
parent166a4b3d3bb5a0ffa8efe2857c4e665fa05a96be
ASoC: tegra: Fix kcontrol put callback in I2S

The kcontrol put callback is expected to return 1 when there is change
in HW or when the update is acknowledged by driver. This would ensure
that change notifications are sent to subscribed applications. Update
the I2S driver accordingly.

Fixes: c6495e764847 ("ASoC: tegra: Add Tegra210 based I2S driver")
Suggested-by: Jaroslav Kysela <perex@perex.cz>
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/1637219231-406-9-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra210_i2s.c