Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: intel: use component_name for Component name
@ 2026-06-26  6:09 Kuninori Morimoto
  2026-06-26  6:09 ` [PATCH 1/5] ASoC: soc-component: add driver_name Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2026-06-26  6:09 UTC (permalink / raw)
  To: Bard Liao, Cezary Rojewski, Jaroslav Kysela, Kai Vehmanen,
	Liam Girdwood, linux-sound, Mark Brown, Peter Ujfalusi,
	Pierre-Louis Bossart, Takashi Iwai

Hi Mark, Intel developer

Current component has component->name, but we can't setup it via
component_driver today, so the user need to use
snd_soc_component_initialize() / snd_soc_add_component() directly
instead of using snd_soc_register_component().

This patch-set try to solve root cause of this issue

Kuninori Morimoto (5):
  ASoC: soc-component: add driver_name
  ASoC: soc-component: add component_name
  ASoC: intel: avs: pcm: use component_name for Component name
  ASoC: intel: avs: probes: use component_name for Component name
  ASoC: intel: catpt: pcm: use component_name for Component name

 include/sound/soc-component.h |  6 +++++-
 sound/soc/intel/avs/pcm.c     |  4 ++--
 sound/soc/intel/avs/probes.c  | 27 ++++++++++-----------------
 sound/soc/intel/catpt/pcm.c   | 20 ++++----------------
 sound/soc/soc-core.c          | 11 ++++++-----
 5 files changed, 27 insertions(+), 41 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-07-03  8:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26  6:09 [PATCH 0/5] ASoC: intel: use component_name for Component name Kuninori Morimoto
2026-06-26  6:09 ` [PATCH 1/5] ASoC: soc-component: add driver_name Kuninori Morimoto
2026-06-26  6:09 ` [PATCH 2/5] ASoC: soc-component: add component_name Kuninori Morimoto
2026-06-30 13:10   ` Mark Brown
2026-06-30 23:53     ` Kuninori Morimoto
2026-06-26  6:10 ` [PATCH 3/5] ASoC: intel: avs: pcm: use component_name for Component name Kuninori Morimoto
2026-07-01 10:08   ` Cezary Rojewski
2026-07-01 23:13     ` Kuninori Morimoto
2026-06-26  6:10 ` [PATCH 4/5] ASoC: intel: avs: probes: " Kuninori Morimoto
2026-06-26  6:10 ` [PATCH 5/5] ASoC: intel: catpt: pcm: " Kuninori Morimoto
2026-06-26  8:49 ` [PATCH 0/5] ASoC: intel: " Cezary Rojewski
2026-06-28 23:35   ` Kuninori Morimoto
2026-06-30 19:51     ` Cezary Rojewski
2026-06-30 22:49       ` Kuninori Morimoto
2026-07-01  9:35         ` Cezary Rojewski
2026-07-01 22:51           ` Kuninori Morimoto
2026-07-02  5:41             ` Kuninori Morimoto
2026-07-02 19:16               ` Cezary Rojewski
2026-07-02 23:54                 ` Kuninori Morimoto
2026-07-03  8:16                   ` Cezary Rojewski

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