mbox series

[v1,0/2] ASoC: qcom: add support for qcm6490 machine

Message ID 20240327113228.1706975-1-quic_mohs@quicinc.com
Headers show
Series ASoC: qcom: add support for qcm6490 machine | expand

Message

Mohammad Rafi Shaik March 27, 2024, 11:32 a.m. UTC
This patchset adds support for QCM6490 SoC machine driver.

Mohammad Rafi Shaik (2):
  ASoC: dt-bindings: qcom,qcm6490: Add qcm6490 snd qcs6490 sound card
  ASoC: qcom: qcm6490: Add machine driver for qcm6490

 .../bindings/sound/qcom,sm8250.yaml           |   2 +
 sound/soc/qcom/Kconfig                        |  13 ++
 sound/soc/qcom/Makefile                       |   2 +
 sound/soc/qcom/qcm6490.c                      | 173 ++++++++++++++++++
 4 files changed, 190 insertions(+)
 create mode 100644 sound/soc/qcom/qcm6490.c