[alsa-devel] [resend][PATCH v5 00/10] ASoC: add OF-graph base simple-card

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Mon Apr 17 02:20:09 CEST 2017


Hi Rob, Mark

+2 weeks passed. I will re-post these patches.

1) -  4): OF-graph base patches (= Rot)
5) - 10): ALSA SoC patches (= Mark)

Kuninori Morimoto (10):
   1) of_graph: export symbol of_phandle_iterator_init/next
   2) of_graph: add of_graph_get_remote_endpoint()
   3) of_graph: add of_graph_get_port_parent()
   4) of_graph: add of_graph_get_endpoint_count()
   5) ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
   6) ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt()
   7) ASoC: add snd_soc_get_dai_id()
   8) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
   9) ASoC: add audio-graph-card document
  10) ASoC: add audio-graph-card support

 .../devicetree/bindings/sound/audio-graph-card.txt | 124 +++++++++
 drivers/of/base.c                                  |  60 +++-
 include/linux/of_graph.h                           |  21 ++
 include/sound/simple_card_utils.h                  |  10 +
 include/sound/soc.h                                |   1 +
 sound/soc/generic/Kconfig                          |   8 +
 sound/soc/generic/Makefile                         |   2 +
 sound/soc/generic/audio-graph-card.c               | 308 +++++++++++++++++++++
 sound/soc/generic/simple-card-utils.c              |  54 +++-
 sound/soc/soc-core.c                               |  32 ++-
 10 files changed, 604 insertions(+), 16 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.txt
 create mode 100644 sound/soc/generic/audio-graph-card.c

-- 
1.9.1



More information about the Alsa-devel mailing list