aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/axg-card.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21ASoC: meson: axg-card: Fix nonatomic linksNeil Armstrong1-1/+0
2021-10-22ASoC: meson: axg-card: make links nonatomicJerome Brunet1-0/+1
2020-07-31Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown1-1/+1
2020-07-31ASoC: meson: cards: deal dpcm flag changeJerome Brunet1-8/+10
2020-07-23ASoC: meson: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-07-17ASoC: meson: fixes the missed kfree() for axg_card_add_tdm_loopbackJing Xiangfeng1-1/+1
2020-04-20ASoC: meson: axg-card: fix codec-to-codec link setupJerome Brunet1-1/+3
2020-03-27ASoC: meson: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2020-03-10ASoC: meson: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto1-1/+1
2020-02-21ASoC: meson: axg-card: add toacodec supportJerome Brunet1-1/+2
2020-02-13ASoC: meson: axg: extract sound card utilsJerome Brunet1-376/+27
2019-08-09ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto1-3/+4
2019-08-09ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto1-3/+3
2019-06-28ASoC: meson: axg-card: remove useless check on codecJerome Brunet1-2/+1
2019-06-10ASoC: meson: axg-card: fix null pointer dereference in clean upJerome Brunet1-2/+4
2019-06-06ASoC: meson: axg-card: use modern dai_link styleKuninori Morimoto1-15/+42
2019-05-16ASoC: meson: axg-card: add basic codec-to-codec link supportJerome Brunet1-0/+19
2019-05-16ASoC: meson: axg-card: set link name based on link node nameJerome Brunet1-5/+7
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto1-2/+1
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-4/+2
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto1-2/+3
2018-08-28ASoC: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-07-26ASoC: meson: align axg card driver with DT bindings documentationJerome Brunet1-6/+6
2018-07-20ASoC: meson: add axg sound card supportJerome Brunet1-0/+671