devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/9] ASoC: add OF-graph base simple-card
@ 2017-04-18  2:38 Kuninori Morimoto
       [not found] ` <87o9vuxx4e.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Kuninori Morimoto @ 2017-04-18  2:38 UTC (permalink / raw)
  To: Mark Brown, Rob Herring; +Cc: Linux-ALSA, Simon, Linux-DT


Hi Mark, Rob

These are v6 of OF-graph sound card support.
Main change is asoc_simple_card_get_dai_id() becames simple-card-utils's
static function.

1) - 4) : OF-graph base functions
5) - 9) : OF-graph + simple-card (= audio_graph_card)

Kuninori Morimoto (9):
   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: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt()
   6) ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
   7) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
   8) ASoC: add audio-graph-card document
   9) ASoC: add audio-graph-card support

 .../devicetree/bindings/sound/audio-graph-card.txt | 124 +++++++++
 drivers/of/base.c                                  |  62 ++++-
 include/linux/of_graph.h                           |  21 ++
 include/sound/simple_card_utils.h                  |  10 +
 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              |  75 ++++-
 sound/soc/soc-core.c                               |  10 +-
 9 files changed, 603 insertions(+), 17 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-05-17  9:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18  2:38 [PATCH v6 0/9] ASoC: add OF-graph base simple-card Kuninori Morimoto
     [not found] ` <87o9vuxx4e.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-18  2:39   ` [PATCH v6 1/9] of-graph: export symbol of_phandle_iterator_init/next Kuninori Morimoto
2017-04-18  2:39   ` [PATCH v6 2/9] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-04-18  2:40   ` [PATCH v6 3/9] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-04-18  2:40   ` [PATCH v6 4/9] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
2017-04-18  2:42   ` [PATCH v6 5/9] ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt() Kuninori Morimoto
     [not found]     ` <87h91mxww7.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-05-17  9:53       ` Applied "ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt()" to the asoc tree Mark Brown
2017-04-18  2:44   ` [PATCH v6 6/9] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name Kuninori Morimoto
     [not found]     ` <87fuh6xwt1.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-19 20:31       ` Rob Herring
     [not found]         ` <CAL_JsqKEuV38kGreCm4z4aEFVRjPaBhqRbELk9W2x1UL4KpMOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-04-19 23:59           ` Kuninori Morimoto
2017-04-18  2:45   ` [PATCH v6 7/9] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
     [not found]     ` <87efwqxwrm.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-05-17  9:52       ` Applied "ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()" to the asoc tree Mark Brown
2017-04-18  2:46   ` [PATCH v6 8/9] ASoC: add audio-graph-card document Kuninori Morimoto
2017-04-18  2:46   ` [PATCH v6 9/9] ASoC: add audio-graph-card support Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).