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


Hi Mark, Rob

These are v7 of OF-graph sound card support.
Main change from v6 "label" doesn't allow [prefix]label (in [6/9])

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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20  1:30 [PATCH v7 0/9] ASoC: add OF-graph base simple-card Kuninori Morimoto
     [not found] ` <87fuh3oon8.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-20  1:31   ` [PATCH v7 1/9] of-graph: export symbol of_phandle_iterator_init/next Kuninori Morimoto
2017-04-20  1:31   ` [PATCH v7 2/9] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
     [not found]     ` <87d1c7ool6.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-28 19:33       ` Rob Herring
2017-05-08  1:00         ` Kuninori Morimoto
2017-05-08 17:08           ` Rob Herring
     [not found]             ` <CAL_JsqLHSLyNgNv8JOxaxSf+_sUAG6h9_npLLnN9+_DbobW_pA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-09  0:02               ` Kuninori Morimoto
2017-04-20  1:32   ` [PATCH v7 3/9] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
     [not found]     ` <87bmrrooka.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-28 19:34       ` Rob Herring
2017-04-20  1:32   ` [PATCH v7 4/9] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
     [not found]     ` <87a87boojg.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-28 19:35       ` Rob Herring
2017-04-20  1:33   ` [PATCH v7 5/9] ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt() Kuninori Morimoto
2017-04-28 19:34     ` Rob Herring
2017-04-20  1:34   ` [PATCH v7 6/9] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name Kuninori Morimoto
     [not found]     ` <877f2foog1.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-05-17  9:53       ` Applied "ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name" to the asoc tree Mark Brown
2017-04-20  1:35   ` [PATCH v7 7/9] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-04-20  1:35   ` [PATCH v7 8/9] ASoC: add audio-graph-card document Kuninori Morimoto
2017-04-20  1:36   ` [PATCH v7 9/9] 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.