[PATCH v2 0/2] ASoC: mediatek: Add support for MT8195 sound card with rt1011 and rt5682

From: Trevor Wu
Date: Fri Oct 01 2021 - 03:02:04 EST


This series of patches adds support for mt8195 board with mt6359, rt1011
and rt5682.
Patches are based on broonie tree "for-next" branch.

Changes since v1:
- refined code based on Pierre-Louis's suggestions
- added missing of_node_put
- fixed wrong fixup assignment on HDMITX

Trevor Wu (2):
ASoC: mediatek: mt8195: add machine driver with mt6359, rt1011 and
rt5682
dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1011-rt5682
document

.../sound/mt8195-mt6359-rt1011-rt5682.yaml | 47 +
sound/soc/mediatek/Kconfig | 15 +
sound/soc/mediatek/mt8195/Makefile | 1 +
.../mt8195/mt8195-mt6359-rt1011-rt5682.c | 1155 +++++++++++++++++
4 files changed, 1218 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml
create mode 100644 sound/soc/mediatek/mt8195/mt8195-mt6359-rt1011-rt5682.c

--
2.18.0