]> git.dujemihanovic.xyz Git - linux.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)
commitf21a9df3f7cb0005947679d7b9237c90574e229a
treee5957b2b60c003faa84557273de565e1172bff43
parente2b87a18a60c02d0dcd1de801d669587e516cc4d
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: c0bfa98349d1 ("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