5 Apr
2024
5 Apr
'24
4:27 p.m.
On Fri Apr 5, 2024 at 12:43 PM CEST, Sameer Pujar wrote:
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
changes in v2:
- moved common setting to S32_LE switch case.
sound/soc/tegra/tegra186_dspk.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Acked-by: Thierry Reding treding@nvidia.com