Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: use devm_snd_soc_register_card()
@ 2024-01-10  1:27 Kuninori Morimoto
  2024-01-10  1:27 ` [PATCH 1/6] ASoC: ti: " Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Kuninori Morimoto @ 2024-01-10  1:27 UTC (permalink / raw)
  To: Alexandre Belloni, Chen-Yu Tsai, Claudiu Beznea, Jarkko Nikula,
	Jaroslav Kysela, Jernej Skrabec, Liam Girdwood, Mark Brown,
	Nicolas Ferre, Peter Rosin, Peter Ujfalusi, Samuel Holland,
	Takashi Iwai
  Cc: alsa-devel, linux-sound


Hi Mark

We can use devm_snd_soc_register_card()
instead of      snd_soc_register_card(),  and is possible
to ignore       snd_soc_unregister_card().

Kuninori Morimoto (6):
  ASoC: ti: use devm_snd_soc_register_card()
  ASoC: fsl: use devm_snd_soc_register_card()
  ASoC: atmel: use devm_snd_soc_register_card()
  ASoC: sunxi: use devm_snd_soc_register_card()
  ASoC: ux500: use devm_snd_soc_register_card()
  ASoC: cirrus: use devm_snd_soc_register_card()

 sound/soc/atmel/atmel_wm8904.c      |  4 +---
 sound/soc/atmel/mikroe-proto.c      |  8 +-------
 sound/soc/atmel/sam9g20_wm8731.c    |  5 +----
 sound/soc/atmel/tse850-pcm5142.c    |  3 +--
 sound/soc/cirrus/edb93xx.c          |  5 +----
 sound/soc/fsl/eukrea-tlv320.c       |  8 +-------
 sound/soc/fsl/p1022_ds.c            |  3 +--
 sound/soc/fsl/p1022_rdk.c           |  3 +--
 sound/soc/fsl/pcm030-audio-fabric.c |  3 +--
 sound/soc/sunxi/sun4i-codec.c       |  3 +--
 sound/soc/ti/ams-delta.c            |  7 +------
 sound/soc/ti/omap-hdmi.c            | 10 +---------
 sound/soc/ux500/mop500.c            |  3 +--
 13 files changed, 13 insertions(+), 52 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-01-11  0:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10  1:27 [PATCH 0/6] ASoC: use devm_snd_soc_register_card() Kuninori Morimoto
2024-01-10  1:27 ` [PATCH 1/6] ASoC: ti: " Kuninori Morimoto
2024-01-10  1:28 ` [PATCH 2/6] ASoC: fsl: " Kuninori Morimoto
2024-01-10  1:28 ` [PATCH 3/6] ASoC: atmel: " Kuninori Morimoto
2024-01-10  9:55   ` Peter Rosin
2024-01-10  1:28 ` [PATCH 4/6] ASoC: sunxi: " Kuninori Morimoto
2024-01-10  1:28 ` [PATCH 5/6] ASoC: ux500: " Kuninori Morimoto
2024-01-10  1:28 ` [PATCH 6/6] ASoC: cirrus: " Kuninori Morimoto
2024-01-10  8:33 ` [PATCH 0/6] ASoC: " Takashi Iwai
2024-01-11  0:02   ` Kuninori Morimoto

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