ASoC: ti: use devm_snd_soc_register_card()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 11 Jan 2024 00:50:27 +0000 (00:50 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 22 Jan 2024 00:06:00 +0000 (00:06 +0000)
commit98e9645a35993f8cfe99e36c9ba3e6a8c1783d78
treee12302933816d29cca25fb853c4241336cf55409
parent6613476e225e090cc9aad49be7fa504e290dd33d
ASoC: ti: use devm_snd_soc_register_card()

Let's use devm_snd_soc_register_card() instead of snd_soc_register_card()
and ignore snd_soc_unregister_card()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://msgid.link/r/87zfxcwv58.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/omap-hdmi.c