devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: add audio card creation from graph of ports in DT
@ 2015-01-21 19:27 Jean-Francois Moine
       [not found] ` <cover.1421868426.git.moinejf-GANU6spQydw@public.gmane.org>
  2015-01-21 19:10 ` [PATCH v2 2/3] Documentation: of: Document audio graph bindings Jean-Francois Moine
  0 siblings, 2 replies; 21+ messages in thread
From: Jean-Francois Moine @ 2015-01-21 19:27 UTC (permalink / raw)
  To: Mark Brown, Kuninori Morimoto
  Cc: Russell King - ARM Linux, Jyri Sarha,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

This patchset adds a way to build audio cards from the description
of a graph of ports in a devicetree.

v2:
	- move the soc-core and dt-card from the patchset
		"ASoC: tda998x: add a codec to the HDMI transmitter"
	- add DT documentation (Mark Brown)

Jean-Francois Moine (3):
  ASoC: core: export snd_soc_get_dai_name
  Documentation: of: Document audio graph bindings
  ASoC: add generic dt-card support

 .../devicetree/bindings/sound/audio-interfaces.txt | 101 ++++++++
 include/sound/soc.h                                |   2 +
 sound/soc/generic/Kconfig                          |   2 +
 sound/soc/generic/Makefile                         |   2 +
 sound/soc/generic/dt-card.c                        | 275 +++++++++++++++++++++
 sound/soc/soc-core.c                               |   5 +-
 6 files changed, 385 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/audio-interfaces.txt
 create mode 100644 sound/soc/generic/dt-card.c

-- 
2.1.4

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

end of thread, other threads:[~2015-02-07  8:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 19:27 [PATCH v2 0/3] ASoC: add audio card creation from graph of ports in DT Jean-Francois Moine
     [not found] ` <cover.1421868426.git.moinejf-GANU6spQydw@public.gmane.org>
2015-01-20 18:47   ` [PATCH v2 1/3] ASoC: core: export snd_soc_get_dai_name Jean-Francois Moine
2015-01-20 19:16   ` [PATCH v2 3/3] ASoC: add generic dt-card support Jean-Francois Moine
2015-01-21 20:14     ` Lars-Peter Clausen
     [not found]       ` <54C0088F.9070609-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2015-01-22  8:07         ` [alsa-devel] " Jean-Francois Moine
2015-01-22 19:00           ` Mark Brown
2015-01-22 19:25           ` Lars-Peter Clausen
     [not found]             ` <54C14EB3.8080305-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2015-01-23 12:15               ` Jean-Francois Moine
2015-01-23 13:56                 ` Lars-Peter Clausen
2015-01-23 17:40                   ` Mark Brown
     [not found]                   ` <54C252F4.9000504-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2015-01-23 18:34                     ` Jean-Francois Moine
2015-01-23 19:13                       ` Mark Brown
2015-01-24  7:30                         ` Jean-Francois Moine
2015-02-03 16:47                           ` Mark Brown
     [not found]                             ` <20150203164748.GR21293-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-02-03 19:31                               ` Jean-Francois Moine
2015-02-07  8:33                                 ` Mark Brown
2015-01-24 11:27                       ` Lars-Peter Clausen
     [not found]                         ` <54C381A7.3020209-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2015-01-24 13:18                           ` Jean-Francois Moine
2015-01-26 11:53                             ` Lars-Peter Clausen
2015-01-26 18:22                               ` Jean-Francois Moine
2015-01-21 19:10 ` [PATCH v2 2/3] Documentation: of: Document audio graph bindings Jean-Francois Moine

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).