mbox series

[0/4] ASoC: Mediatek: MT8183: Add support for machine driver with DA7219 or TS3A227

Message ID 1553848489-27926-1-git-send-email-shunli.wang@mediatek.com (mailing list archive)
Headers show
Series ASoC: Mediatek: MT8183: Add support for machine driver with DA7219 or TS3A227 | expand

Message

Shunli Wang March 29, 2019, 8:34 a.m. UTC
ASoC: Mediatek: MT8183: Add support for machine driver with DA7219 or TS3A227

Shunli Wang (4):
  ASoC: Mediatek: MT8183: Add machine driver with TS3A227
  ASoC: Mediatek: Add document for mt8183-mt6358-ts3a227-max98357
  ASoC: Mediatek: MT8183: Add machine driver with DA7219
  ASoC: Mediatek: Add document for mt8183-da7219-max98357

 .../bindings/sound/mt8183-da7219-max98357.txt      |  15 +
 .../sound/mt8183-mt6358-ts3a227-max98357.txt       |  15 +
 sound/soc/mediatek/Kconfig                         |  26 ++
 sound/soc/mediatek/mt8183/Makefile                 |   2 +
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 472 +++++++++++++++++++++
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c        | 382 +++++++++++++++++
 6 files changed, 912 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mt8183-da7219-max98357.txt
 create mode 100644 Documentation/devicetree/bindings/sound/mt8183-mt6358-ts3a227-max98357.txt
 create mode 100644 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
 create mode 100644 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c