All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: simple-card: use asoc_simple_card_parse_xxx()
@ 2016-06-30  6:01 ` Kuninori Morimoto
  0 siblings, 0 replies; 21+ messages in thread
From: Kuninori Morimoto @ 2016-06-30  6:01 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood, Simon, linux-renesas-soc


Hi Mark

These are v3 of
[PATCH 00/39 v2] ASoC: add simple-card-core and standardize "simple" card
but as new patch series.

These are separated into small pieces.
Basically, these patches are 
	util.c has new function -> simple-card use it.
I will post next remain patches if previous patches was accepted.
It will be 6 - 9 patches / 1 series.

Now, util.c on mark/topic/simple branch has daifmt() function.
So,
	1) - 2) : use new daifmt()
	3) - 5) : add new dailink_name() and use it.
	6)      : tidyup rsrc-card

This existing rcar-card will be renamed to simple-dpcm-card in final patch.
(Maybe we need to consider more better nameing)

Kuninori Morimoto (6):
  1) ASoC: simple-card: use asoc_simple_card_parse_daifmt()
  2) ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()
  3) ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()
  4) ASoC: simple-card: use asoc_simple_card_parse_dailink_name()
  5) ASoC: rsrc-card: use asoc_simple_card_parse_dailink_name()
  6) ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai

 include/sound/simple_card.h           | 11 +----
 include/sound/simple_card_utils.h     | 12 +++++
 sound/soc/generic/Kconfig             |  1 +
 sound/soc/generic/simple-card-utils.c | 30 +++++++++++++
 sound/soc/generic/simple-card.c       | 60 ++-----------------------
 sound/soc/sh/Kconfig                  |  1 +
 sound/soc/sh/rcar/rsrc-card.c         | 83 ++++++++---------------------------
 7 files changed, 67 insertions(+), 131 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-07-05 23:13 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30  6:01 [PATCH 0/6] ASoC: simple-card: use asoc_simple_card_parse_xxx() Kuninori Morimoto
2016-06-30  6:01 ` Kuninori Morimoto
2016-06-30  6:02 ` [PATCH 1/6] ASoC: simple-card: use asoc_simple_card_parse_daifmt() Kuninori Morimoto
2016-06-30  6:02   ` Kuninori Morimoto
2016-07-01 15:59   ` Applied "ASoC: simple-card: use asoc_simple_card_parse_daifmt()" to the asoc tree Mark Brown
2016-07-01 15:59     ` Mark Brown
2016-06-30  6:03 ` [PATCH 2/6] ASoC: rsrc-card: use asoc_simple_card_parse_daifmt() Kuninori Morimoto
2016-06-30  6:03   ` Kuninori Morimoto
2016-06-30  6:03 ` [PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name() Kuninori Morimoto
2016-06-30  6:03   ` Kuninori Morimoto
2016-07-05  0:24   ` Kuninori Morimoto
2016-07-05  0:24     ` Kuninori Morimoto
2016-07-05 12:35     ` Mark Brown
2016-07-05 23:13       ` Kuninori Morimoto
2016-07-05 23:13         ` Kuninori Morimoto
2016-06-30  6:04 ` [PATCH 4/6] ASoC: simple-card: use asoc_simple_card_parse_dailink_name() Kuninori Morimoto
2016-06-30  6:04   ` Kuninori Morimoto
2016-06-30  6:04 ` [PATCH 5/6] ASoC: rsrc-card: " Kuninori Morimoto
2016-06-30  6:04   ` Kuninori Morimoto
2016-06-30  6:05 ` [PATCH 6/6] ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai Kuninori Morimoto
2016-06-30  6:05   ` 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.