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


Hi Mark, Rob

These are resend of v7 of OF-graph sound card support.
I posted because Japan will have long holiday from tomorrow

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

Kuninori Morimoto (9):
  of-graph: export symbol of_phandle_iterator_init/next
  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: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt()
  ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
  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                                  |  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              |  73 ++++-
 sound/soc/soc-core.c                               |  10 +-
 9 files changed, 600 insertions(+), 18 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] 12+ messages in thread

end of thread, other threads:[~2017-04-28 19:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27  1:59 [PATCH v7 0/9][resend] ASoC: add OF-graph base simple-card Kuninori Morimoto
     [not found] ` <871ssesjgn.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-27  2:01   ` [PATCH v7 1/9][resend] of-graph: export symbol of_phandle_iterator_init/next Kuninori Morimoto
2017-04-27  2:01   ` [PATCH v7 2/9][resend] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-04-27  2:02   ` [PATCH v7 3/9][resend] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-04-27  2:02   ` [PATCH v7 4/9][resend] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
2017-04-27  2:02   ` [PATCH v7 5/9][resend] ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt() Kuninori Morimoto
     [not found]     ` <87r30er4qt.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-28 19:27       ` Rob Herring
2017-04-27  2:02   ` [PATCH v7 6/9][resend] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name Kuninori Morimoto
     [not found]     ` <87pofyr4qc.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-28 19:29       ` Rob Herring
2017-04-27  2:03   ` [PATCH v7 7/9][resend] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-04-27  2:03   ` [PATCH v7 8/9][resend] ASoC: add audio-graph-card document Kuninori Morimoto
2017-04-27  2:03   ` [PATCH v7 9/9][resend] 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).