]> www.infradead.org Git - nvme.git/commit
ASoC: tegra: Fix DSPK 16-bit playback
authorSameer Pujar <spujar@nvidia.com>
Fri, 5 Apr 2024 10:43:06 +0000 (10:43 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Apr 2024 12:38:46 +0000 (13:38 +0100)
commit2e93a29b48a017c777d4fcbfcc51aba4e6a90d38
tree92b77c58cfc31ad621cff1d7c07ef41f1c275302
parent7a1625c1711b526a77cb9c3acc15dbba71896a40
ASoC: tegra: Fix DSPK 16-bit playback

DSPK configuration is wrong for 16-bit playback and this happens because
the client config is always fixed at 24-bit in hw_params(). Fix this by
updating the client config to 16-bit for the respective playback.

Fixes: 327ef6470266 ("ASoC: tegra: Add Tegra186 based DSPK driver")
Cc: stable@vger.kernel.org
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://msgid.link/r/20240405104306.551036-1-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra186_dspk.c