Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2][resend] ASoC: Component level pcm_new/pcm_free v2
@ 2017-08-08  6:17 Kuninori Morimoto
  2017-08-08  6:17 ` [PATCH 1/3 v2][resend] ASoC: soc-core: add snd_soc_rtdcom_xxx() Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-08  6:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


Hi Mark

I posted this patch-set 2weeks ago, and no response, no objection from community.
Thus, I re-post these again.

These are Component level pcm_new/free v2.
v1 pcm_new/free had breaked some platform, because it
called "card" connected component callback.
It should call "rtd" connected one's.

Special thanks to Arnaud who tested this v2 patch on his
environment.

These patch-set adds rtd connected component list (= rtdcom)
and replace current platform level pcm_new/free into component level
pcm_new/free
I don't know this naming (= rtdcom) sense is nice or not ;P
I can replace it to more nicer naming if someone have nice sense.

Kuninori Morimoto (3):
  ASoC: soc-core: add snd_soc_rtdcom_xxx()
  ASoC: use snd_soc_rtdcom_add() and convert to consistent operation
  ASoC: add Component level pcm_new/pcm_free v2

 include/sound/soc.h  |  21 ++++++-
 sound/soc/soc-core.c | 153 +++++++++++++++++++++++++++++++++++++++------------
 sound/soc/soc-pcm.c  |  68 +++++++++++++++--------
 3 files changed, 183 insertions(+), 59 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-08-10 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08  6:17 [PATCH 0/3 v2][resend] ASoC: Component level pcm_new/pcm_free v2 Kuninori Morimoto
2017-08-08  6:17 ` [PATCH 1/3 v2][resend] ASoC: soc-core: add snd_soc_rtdcom_xxx() Kuninori Morimoto
2017-08-10 15:41   ` Applied "ASoC: soc-core: add snd_soc_rtdcom_xxx()" to the asoc tree Mark Brown
2017-08-08  6:18 ` [PATCH 2/3 v2][resend] ASoC: use snd_soc_rtdcom_add() and convert to consistent operation Kuninori Morimoto
2017-08-08  6:18 ` [PATCH 3/3 v2][resend] ASoC: add Component level pcm_new/pcm_free v2 Kuninori Morimoto
2017-08-08 10:48 ` [PATCH 0/3 v2][resend] ASoC: " Mark Brown
2017-08-09  0:24   ` Kuninori Morimoto

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