This series adds audio support for the Thundercomm RubikPi3 board
(QCS6490-based) using AudioReach.
The changes include:
- Document the missing everest,jack-detect-inverted DT binding property
for the ES8316 codec
- Improve the ES8316 codec driver to auto-detect sysclk from MCLK when
not explicitly set
- Add MCLK clock IDs to the QDSP6 PRM clock driver
- Enable MI2S jack detection in the Qualcomm common sound driver
- Set codec DAI format for MI2S links in the sc8280xp machine driver
- Add DTS nodes for audio on RubikPi3
Currently only headphone playback and recording via ES8316 have been
validated. HDMI audio and 40-pin I2S are not yet functional due to
upstream LPASS MI2S channel support still being a work in progress.
Signed-off-by: Hongyang Zhao <hongyang.zhao@thundersoft.com>
---
Hongyang Zhao (6):
ASoC: dt-bindings: es8316: Document everest,jack-detect-inverted property
ASoC: es8316: Get sysclk rate from MCLK clock when not explicitly set
ASoC: qdsp6: q6prm: Add MCLK and internal digital codec core clock IDs
ASoC: qcom: common: Add MI2S port IDs to jack setup
ASoC: qcom: sc8280xp: Set codec DAI format for MI2S links
arm64: dts: qcom: qcs6490-rubikpi3: Add audio support
.../devicetree/bindings/sound/everest,es8316.yaml | 5 +
.../boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts | 191 +++++++++++++++++++++
sound/soc/codecs/es8316.c | 13 +-
sound/soc/qcom/common.c | 2 +
sound/soc/qcom/qdsp6/q6prm-clocks.c | 5 +
sound/soc/qcom/qdsp6/q6prm.h | 11 ++
sound/soc/qcom/sc8280xp.c | 4 +
7 files changed, 230 insertions(+), 1 deletion(-)
---
base-commit: fc7b1a72c6cd5cbbd989c6c32a6486e3e4e3594d
change-id: 20260305-rubikpi-next-20260304-7f91c9380dee
Best regards,
--
Hongyang Zhao <hongyang.zhao@thundersoft.com>