linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC:: don't use snd_soc_rtdcom_lookup()
@ 2020-04-22  4:46 Kuninori Morimoto
  2020-04-22  4:48 ` [PATCH 1/4] ASoC: mediatek: " Kuninori Morimoto
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Kuninori Morimoto @ 2020-04-22  4:46 UTC (permalink / raw)
  To: Mark Brown
  Cc: Kate Stewart, Cezary Rojewski, Jie Yang, alsa-devel,
	Jaroslav Kysela, Liam Girdwood, Richard Fontana, Shunli Wang,
	YueHaibing, Pierre-Louis Bossart, Jiaxin Yu, linux-arm-kernel,
	Vijendar Mukunda, Stephen Boyd, linux-mediatek, Eason Yen,
	Matthias Brugger, Thomas Gleixner, Allison Randal, Takashi Iwai,
	Ravulapati Vishnu vardhan rao, Colin Ian King


Hi Mark
Cc related engineer

These patches are tring to not to use snd_soc_rtdcom_lookup() function
on each drivers as much as possible,  because we might have same name
component under multi component situation.
It can't find correct component in such case.

I tried to add new feature on each drivers to not to use it,
but I can't test.
Thus, these patches should get Acked-by or Tested-by from each drivers
user/maintenor. Please test these.

After these patches, Intel / SOF drivers are still using
snd_soc_rtdcom_lookup(). Because it is very complex, I couldn't try
not to use it.
If possible, each drivers should try to not use it,
and it should be removed from ASoC.

Kuninori Morimoto (4):
  ASoC: mediatek: don't use snd_soc_rtdcom_lookup()
  ASoC: intel: baytrail: don't use snd_soc_rtdcom_lookup()
  ASoC: intel: haswell: don't use snd_soc_rtdcom_lookup()
  ASoC: amd: don't use snd_soc_rtdcom_lookup()

 sound/soc/amd/raven/acp3x-pcm-dma.c         |  6 ------
 sound/soc/intel/baytrail/sst-baytrail-pcm.c | 13 +++++++------
 sound/soc/intel/haswell/sst-haswell-pcm.c   |  4 +++-
 sound/soc/mediatek/common/mtk-afe-fe-dai.c  | 12 +++++-------
 sound/soc/mediatek/common/mtk-afe-fe-dai.h  |  3 ++-
 sound/soc/mediatek/common/mtk-base-afe.h    |  6 ++++--
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c  |  6 ++++--
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c  | 11 ++++-------
 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c  |  7 ++++---
 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c  | 11 ++++-------
 10 files changed, 37 insertions(+), 42 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-04-23 15:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22  4:46 [PATCH 0/4] ASoC:: don't use snd_soc_rtdcom_lookup() Kuninori Morimoto
2020-04-22  4:48 ` [PATCH 1/4] ASoC: mediatek: " Kuninori Morimoto
2020-04-22  4:48 ` [PATCH 2/4] ASoC: intel: baytrail: " Kuninori Morimoto
2020-04-22  4:48 ` [PATCH 3/4] ASoC: intel: haswell: " Kuninori Morimoto
2020-04-22  4:48 ` [PATCH 4/4] ASoC: amd: " Kuninori Morimoto
2020-04-22  5:39 ` [PATCH 0/4] ASoC:: " Ranjani Sridharan
2020-04-22 22:12   ` Kuninori Morimoto
2020-04-22 22:39     ` Ranjani Sridharan
2020-04-22 23:56       ` Kuninori Morimoto
2020-04-23 10:53       ` Mark Brown
2020-04-23 15:31         ` Ranjani Sridharan

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