[PATCH 0/3] ASoC: qcom: misc fixes for LPASS driver
From: wangdich9700
Date: Wed Sep 02 2026 - 03:25:25 EST
From: wangdicheng <wangdicheng@xxxxxxxxxx>
A few small fixes for the Qualcomm LPASS ASoC driver:
- Fix "LPASS_CDC_DMA_VA_TX0 ... LPASS_CDC_DMA_VA_TX0" case ranges
that only matched VA_TX0, so VA_TX1..VA_TX8 hit the default case.
In lpass-cdc-dma.c the va_mem0 clock was also not prepared for
those DAIs.
- Fix a misleading error message in lpass-hdmi.c that reported an
invalid bit width when an unsupported sample rate was given.
- Fix stray double spaces and blank lines.
wangdicheng (3):
ASoC: qcom: fix assorted whitespace issues
ASoC: qcom: lpass-hdmi: fix invalid rate error message
ASoC: qcom: fix VA CDC DMA DAI range handling
sound/soc/qcom/common.c | 1 -
sound/soc/qcom/lpass-cdc-dma.c | 10 +++++-----
sound/soc/qcom/lpass-cpu.c | 2 +-
sound/soc/qcom/lpass-hdmi.c | 5 ++---
sound/soc/qcom/lpass-platform.c | 6 +++---
sound/soc/qcom/sdw.c | 3 +--
6 files changed, 12 insertions(+), 15 deletions(-)
--
2.25.1