Hi Mar, Stephen
These are v6 of simple-card DT support
Kuninori Morimoto (4): ASoC: add .of_xlate_dai_name callback on struct snd_soc_dai_driver ASoC: ak4642: enable .of_xlate_dai_name on struct snd_soc_dai_driver ASoC: fsi: enable .of_xlate_dai_name on struct snd_soc_dai_driver ASoC: simple-card: add Device Tree support
Documentation/devicetree/bindings/sound/ak4642.txt | 5 + .../devicetree/bindings/sound/renesas,fsi.txt | 9 ++ .../devicetree/bindings/sound/simple-card.txt | 75 +++++++++++++ include/sound/soc-dai.h | 4 + include/sound/soc.h | 5 + sound/soc/codecs/ak4642.c | 1 + sound/soc/generic/simple-card.c | 118 +++++++++++++++++++- sound/soc/sh/fsi.c | 2 + sound/soc/soc-core.c | 40 +++++++ 9 files changed, 254 insertions(+), 5 deletions(-)
#1 adds .of_xlate_dai_name on snd_soc_dai_driver, #2,#3 add .of_xlate_dai_name support on FSI/AK4642 #4 adds simple-card DT support
Best regards --- Kuninori Morimoto