]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ASoC: tegra: Fix wrong value type in DMIC
authorSameer Pujar <spujar@nvidia.com>
Thu, 18 Nov 2021 07:06:58 +0000 (12:36 +0530)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 9 Dec 2021 10:10:41 +0000 (11:10 +0100)
commit18a60a162bdc83257b03fb9a4f7075bb587109aa
tree43f8853050e2fbd4b066935e9561b27dc78eafc7
parent1c1afe86b4317331bf38c68c240793f4b79edc35
ASoC: tegra: Fix wrong value type in DMIC

BugLink: https://bugs.launchpad.net/bugs/1953731
commit 559d234569a998a4004de1bd1f12da5487fb826e upstream.

The enum controls are expected to use enumerated value type.
Update relevant references in control get/put callbacks.

Fixes: 8c8ff982e9e2 ("ASoC: tegra: Add Tegra210 based DMIC driver")
Suggested-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/1637219231-406-4-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
sound/soc/tegra/tegra210_dmic.c