This patchset adds basic support for Glymur sound card, - by reusing x1e80100 snd card machine - reusing lpass wsa and va codec macro which are identical to v2.9 codec version. For now only tested WSA and VA, which is why tx and rx codec macros are not added as part of this series. Tested this on Glymur reference platform. thanks, Srini Srinivas Kandagatla (6): ASoC: qcom: x1e80100: set card driver name from match data ASoC: dt-bindings: qcom,sm8250: Add glymur sound card ASoC: qcom: x1e80100: add compatible for glymur SoC ASoC: dt-bindings: qcom: Add Glymur LPASS wsa and va macro codecs ASoC: codecs: lpass-macro: add Codec version 2.9 ASoC: codecs: lpass-wsa-macro: add Codev version 2.9 .../devicetree/bindings/sound/qcom,lpass-va-macro.yaml | 1 + .../devicetree/bindings/sound/qcom,lpass-wsa-macro.yaml | 1 + Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 + sound/soc/codecs/lpass-macro-common.h | 1 + sound/soc/codecs/lpass-va-macro.c | 2 ++ sound/soc/codecs/lpass-wsa-macro.c | 2 ++ sound/soc/qcom/x1e80100.c | 5 +++-- 7 files changed, 11 insertions(+), 2 deletions(-) -- 2.50.0