This patchset adds a way to build audio cards from the description of a graph of ports in a devicetree.
v2: - move the soc-core and dt-card from the patchset "ASoC: tda998x: add a codec to the HDMI transmitter" - add DT documentation (Mark Brown)
Jean-Francois Moine (3): ASoC: core: export snd_soc_get_dai_name Documentation: of: Document audio graph bindings ASoC: add generic dt-card support
.../devicetree/bindings/sound/audio-interfaces.txt | 101 ++++++++ include/sound/soc.h | 2 + sound/soc/generic/Kconfig | 2 + sound/soc/generic/Makefile | 2 + sound/soc/generic/dt-card.c | 275 +++++++++++++++++++++ sound/soc/soc-core.c | 5 +- 6 files changed, 385 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/audio-interfaces.txt create mode 100644 sound/soc/generic/dt-card.c