ASoC: dmaengine_pcm: Allow passing component name via config
authorMark Brown <broonie@kernel.org>
Tue, 26 Mar 2024 14:11:12 +0000 (14:11 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2024 14:11:12 +0000 (14:11 +0000)
Merge series from Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>:

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.


Trivial merge