]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: fixup snd_soc_lookup_component_nolocked()
authorMark Brown <broonie@kernel.org>
Mon, 25 Aug 2025 20:16:07 +0000 (21:16 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 25 Aug 2025 20:16:07 +0000 (21:16 +0100)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Because snd_dmaengine_pcm is sharing same dev with CPU and Platform,
snd_soc_lookup_component_nolocked() might be call with NULL driver name
(= CPU). This patch fixup and cleanup it.


Trivial merge