devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/9] ASoC: add OF-graph base simple-card
@ 2017-03-21  5:20 Kuninori Morimoto
       [not found] ` <8737e79pkq.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  2017-04-03  7:57 ` [resend][PATCH v5 1/9] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
  0 siblings, 2 replies; 13+ messages in thread
From: Kuninori Morimoto @ 2017-03-21  5:20 UTC (permalink / raw)
  To: Mark Brown, Rob Herring; +Cc: Linux-ALSA, Simon, Linux-DT


Hi Rob, Mark

These are v5 of OF-graph base audio card patch-set.
It fixed small things which was pointed by Rob.

1) - 3) : new OF-graph helper functions
4) - 5) : expand "label", "dai-format"
6) - 9) : OF-graph base simple-card

Kuninori Morimoto (9):
  of_graph: add of_graph_get_remote_endpoint()
  of_graph: add of_graph_get_port_parent()
  of_graph: add of_graph_get_endpoint_count()
  ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
  ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt()
  ASoC: add snd_soc_get_dai_id()
  ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
  ASoC: add audio-graph-card document
  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

--
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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21  5:20 [PATCH v5 0/9] ASoC: add OF-graph base simple-card Kuninori Morimoto
     [not found] ` <8737e79pkq.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-21  5:21   ` [PATCH v5 1/9] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-03-21  5:21   ` [PATCH v5 2/9] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-03-21  5:22   ` [PATCH v5 3/9] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
2017-03-21  5:22   ` [PATCH v5 4/9] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name Kuninori Morimoto
2017-03-21  5:22   ` [PATCH v5 5/9] ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt() Kuninori Morimoto
2017-03-21  5:22   ` [PATCH v5 6/9] ASoC: add snd_soc_get_dai_id() Kuninori Morimoto
2017-03-21  5:23   ` [PATCH v5 7/9] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-03-21  5:23   ` [PATCH v5 8/9] ASoC: add audio-graph-card document Kuninori Morimoto
2017-03-21  5:23   ` [PATCH v5 9/9] ASoC: add audio-graph-card support Kuninori Morimoto
     [not found]     ` <87pohb8aux.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-05-17  9:52       ` Applied "ASoC: add audio-graph-card support" to the asoc tree Mark Brown
2017-04-03  7:57   ` [resend][PATCH v5 2/9] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-04-03  7:57 ` [resend][PATCH v5 1/9] of_graph: add of_graph_get_remote_endpoint() 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).