Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PARTIAL PATCH 0/3] ASoC: simple-card: multi DAI links extension
@ 2014-03-20 10:55 Jean-Francois Moine
  2014-03-20  9:52 ` [PARTIAL PATCH 1/3] ASoC: simple-card: dynamically allocate the DAI link and properties Jean-Francois Moine
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jean-Francois Moine @ 2014-03-20 10:55 UTC (permalink / raw)
  To: Jyri Sarha; +Cc: alsa-devel, Mark Brown

This patch series extends the simple card driver to handle
many DAI links as this exists in the Cubox audio subsystem.

** this is a partial patch **

Jyri, is this OK as a base for you?

- partial patch
	- remove 'simple-card: Simplify code'
		which is applied (Mark Brown)
	- add a DAI link container in the DT

- v3
	- remove 'Fix the reference count of device nodes'
		which is applied (Mark Brown)
	- new patch 'Simplify code'
	- dynamically allocate and use properties for all DAI links
		(Jyri Sarha and Li Xiubo)
- v2
	- change subject/comment about device node reference count
		(Mark Brown)
	- use a null size array instead of an implicit area for the DAI links
		(Li Xiubo)
	- update the reference count of the device node at end of probe

Jean-Francois Moine (3):
  ASoC: simple-card: dynamically allocate the DAI link and properties
  ASoC: simple-card: Add DT documentation for multi-DAI links
  ASoC: simple-card: Handle many DAI links

 .../devicetree/bindings/sound/simple-card.txt      |  42 +++-
 sound/soc/generic/simple-card.c                    | 220 +++++++++++++--------
 2 files changed, 183 insertions(+), 79 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-03-25 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 10:55 [PARTIAL PATCH 0/3] ASoC: simple-card: multi DAI links extension Jean-Francois Moine
2014-03-20  9:52 ` [PARTIAL PATCH 1/3] ASoC: simple-card: dynamically allocate the DAI link and properties Jean-Francois Moine
2014-03-20 10:04 ` [PARTIAL PATCH 2/3] ASoC: simple-card: Add DT documentation for multi-DAI links Jean-Francois Moine
2014-03-20 10:49 ` [PARTIAL PATCH 3/3] ASoC: simple-card: Handle many DAI links Jean-Francois Moine
2014-03-20 20:09 ` [PARTIAL PATCH 0/3] ASoC: simple-card: multi DAI links extension Jyri Sarha
2014-03-25 18:09 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox