All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ASoC: add OF-graph base simple-card
@ 2017-03-02  5:24 Kuninori Morimoto
  2017-03-02  5:25 ` [PATCH v3 2/7] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Kuninori Morimoto @ 2017-03-02  5:24 UTC (permalink / raw)
  To: Mark Brown, Rob Herring; +Cc: Linux-DT, Linux-ALSA, Simon


Hi Mark, Rob

These are v3 of OF-graph base audio card patch-set.
Main difference from v2 is that its name is
Audio Graph Card instead of Simple Graph Card.

I added 3 OF-graph helper functions for it.

1) -  3) : new OF-graph helper functions
4) -  7) : OF-graph base simple-card

Kuninori Morimoto (7):
  1) of_graph: add of_graph_get_remote_endpoint()
  2) of_graph: add of_graph_get_port_parent()
  3) of_graph: add of_graph_get_endpoint_count()
  4) ASoC: add snd_soc_get_dai_id()
  5) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
  6) ASoC: add audio-graph-card document
  7) ASoC: add audio-graph-card support

 .../devicetree/bindings/sound/audio-graph-card.txt | 126 +++++++++
 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               | 303 +++++++++++++++++++++
 sound/soc/generic/simple-card-utils.c              |  36 +++
 sound/soc/soc-core.c                               |  23 ++
 10 files changed, 580 insertions(+), 10 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

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

end of thread, other threads:[~2017-03-13  6:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  5:24 [PATCH v3 0/7] ASoC: add OF-graph base simple-card Kuninori Morimoto
2017-03-02  5:25 ` [PATCH v3 2/7] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-03-02  5:26 ` [PATCH v3 3/7] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
     [not found] ` <87fuiwmeya.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-02  5:25   ` [PATCH v3 1/7] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-03-02  5:26   ` [PATCH 4/7] ASoC: add snd_soc_get_dai_id() Kuninori Morimoto
2017-03-02  5:27   ` [PATCH 5/7] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-03-02  5:28 ` [PATCH v3 6/7] ASoC: add audio-graph-card document Kuninori Morimoto
     [not found]   ` <8760jsmers.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-12 11:43     ` Rob Herring
2017-03-13  6:07       ` Kuninori Morimoto
2017-03-02  5:29 ` [PATCH 7/7] ASoC: add audio-graph-card support Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.