All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: soc-core: cleanup and platform
@ 2019-01-21  0:32 Kuninori Morimoto
  2019-01-21  0:32 ` [PATCH 1/6] ASoC: soc-core: add .num_platform for dai_link Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2019-01-21  0:32 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

I merged my posted patches into 1 patch-set,
and arranged patch order.
2) - 6) are not yet reviewed.

Kuninori Morimoto (6):
  1) ASoC: soc-core: add .num_platform for dai_link
  2) ASoC: soc-core: add new snd_soc_flush_all_delayed_work()
  3) ASoC: soc-core: merge card resources cleanup method
  4) ASoC: soc-core: reduce if/else nest on soc_probe_link_dais
  5) ASoC: soc-core: add soc_cleanup_component()
  6) ASoC: soc-core: use for_each_link_codecs() for dai_link codecs

 include/sound/simple_card_utils.h     |   2 +-
 include/sound/soc.h                   |   3 +-
 sound/soc/generic/audio-graph-card.c  |   5 +-
 sound/soc/generic/simple-card-utils.c |   4 +-
 sound/soc/generic/simple-card.c       |   7 +-
 sound/soc/soc-core.c                  | 211 ++++++++++++++++------------------
 6 files changed, 114 insertions(+), 118 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-01-28  1:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21  0:32 [PATCH 0/6] ASoC: soc-core: cleanup and platform Kuninori Morimoto
2019-01-21  0:32 ` [PATCH 1/6] ASoC: soc-core: add .num_platform for dai_link Kuninori Morimoto
2019-01-21 19:20   ` Applied "ASoC: soc-core: add .num_platform for dai_link" to the asoc tree Mark Brown
2019-01-22  2:10     ` Kuninori Morimoto
2019-01-22 20:36       ` Mark Brown
2019-01-24  2:14         ` Kuninori Morimoto
2019-01-21  0:32 ` [PATCH 2/6] ASoC: soc-core: add new snd_soc_flush_all_delayed_work() Kuninori Morimoto
2019-01-21  0:32 ` [PATCH 3/6] ASoC: soc-core: merge card resources cleanup method Kuninori Morimoto
2019-01-21  0:32 ` [PATCH 4/6] ASoC: soc-core: reduce if/else nest on soc_probe_link_dais Kuninori Morimoto
2019-01-21  0:32 ` [PATCH 5/6] ASoC: soc-core: add soc_cleanup_component() Kuninori Morimoto
2019-01-21 19:20   ` Applied "ASoC: soc-core: add soc_cleanup_component()" to the asoc tree Mark Brown
2019-01-21  0:32 ` [PATCH 6/6] ASoC: soc-core: use for_each_link_codecs() for dai_link codecs Kuninori Morimoto
2019-01-21 19:20   ` Applied "ASoC: soc-core: use for_each_link_codecs() for dai_link codecs" to the asoc tree Mark Brown
2019-01-22 15:43   ` [PATCH 6/6] ASoC: soc-core: use for_each_link_codecs() for dai_link codecs Sylwester Nawrocki
2019-01-22 17:39     ` Mark Brown
2019-01-24  2:55       ` Kuninori Morimoto
2019-01-24  9:48         ` Sylwester Nawrocki
2019-01-28  1: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.