From: Mark Brown Date: Tue, 26 Mar 2024 14:11:12 +0000 (+0000) Subject: ASoC: dmaengine_pcm: Allow passing component name via config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=37d6983992bc103d9be3d0b5ebfae8c7118f4373;p=linux.git ASoC: dmaengine_pcm: Allow passing component name via config Merge series from Tomi Valkeinen : At the moment we cannot instantiate two dmaengine_pcms with the same parent device, as the components will be named the same, leading to conflicts. Add 'name' field to the snd_dmaengine_pcm_config, and use that (if defined) as the component name instead of deriving the component name from the device. --- 37d6983992bc103d9be3d0b5ebfae8c7118f4373