]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
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)
commitebba78e34d47d7866bf62c3970487651797ae20d
tree6a7ff78ecbf8064477c25ec2ee9a54effa90e6ee
parentb1c99d5bd24ce0a1193d8476d83bf8c8bc633266
parentb833b412a522e58b790abe79b6ec46e8ba1f312a
ASoC: fixup snd_soc_lookup_component_nolocked()

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.