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-Tag: v6.10-rc1~146^2~3^2~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37d6983992bc103d9be3d0b5ebfae8c7118f4373;p=thirdparty%2Fkernel%2Flinux.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