This provides initial patchset to support audio on Qualcomm Techonologies Inc. SDM845 SoC. Currently, it supports audio playback/capture over Primary MI2S and Quaternary TDM ports. Changes since v1: Addressed comments posted by Vinod and Srinivas.
Rohit kumar (2): ASoC: qcom: dt-bindings: Add sdm845 machine bindings ASoC: qcom: add sdm845 sound card support
.../devicetree/bindings/sound/qcom,sdm845.txt | 82 ++++ sound/soc/qcom/Kconfig | 9 + sound/soc/qcom/Makefile | 2 + sound/soc/qcom/sdm845.c | 514 +++++++++++++++++++++ 4 files changed, 607 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/qcom,sdm845.txt create mode 100644 sound/soc/qcom/sdm845.c