]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: fsl_asrc_dma: fix duplicate debugfs directory error
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 16 Dec 2025 09:40:43 +0000 (10:40 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 17 Dec 2025 12:00:54 +0000 (12:00 +0000)
commit4de6cea0d8e10c9e3f38ccff7edd45891976e67a
treea5a05da38658c03bdb4956f8c33e49fbecc2c2b8
parent9f5f3583ba423e6eed0a96e4d4b7d808d618f3aa
ASoC: fsl_asrc_dma: fix duplicate debugfs directory error

This driver registers a component for asrc. This is also used together
with easrc, both attached using the device name as component name.
Eventually debugfs directories with identical name are created in
soc_init_component_debugfs(), leading to error message:
  debugfs: '30c90000.easrc' already exists in 'tqm-tlv320aic32'
Fix this by adding the debugfs_prefix.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Link: https://patch.msgid.link/20251216094045.623184-3-alexander.stein@ew.tq-group.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc_dma.c