Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: qcom: misc fixes for LPASS driver
@ 2026-09-02  7:19 wangdich9700
  2026-09-02  7:19 ` [PATCH 1/3] ASoC: qcom: fix assorted whitespace issues wangdich9700
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: wangdich9700 @ 2026-09-02  7:19 UTC (permalink / raw)
  To: srini, broonie, tiwai, wangdich9700
  Cc: linux-sound, linux-kernel, wangdicheng

From: wangdicheng <wangdicheng@kylinos.cn>

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-02 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02  7:19 [PATCH 0/3] ASoC: qcom: misc fixes for LPASS driver wangdich9700
2026-09-02  7:19 ` [PATCH 1/3] ASoC: qcom: fix assorted whitespace issues wangdich9700
2026-09-02  7:19 ` [PATCH 2/3] ASoC: qcom: lpass-hdmi: fix invalid rate error message wangdich9700
2026-09-02 14:45   ` Mark Brown
2026-09-02  7:19 ` [PATCH 3/3] ASoC: qcom: fix VA CDC DMA DAI range handling wangdich9700

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox