Unverified Commit 717a8ff2 authored by Mikhail Rudenko's avatar Mikhail Rudenko Committed by Mark Brown
Browse files

ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI component



At present, succesfull probing of H3 Codec results in an error

    debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!

This is caused by a directory name conflict between codec
components. Fix it by setting debugfs_prefix for the CPU DAI
component.

Signed-off-by: default avatarMikhail Rudenko <mike.rudenko@gmail.com>
Link: https://lore.kernel.org/r/20220913212256.151799-2-mike.rudenko@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 54a05110
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1232,6 +1232,9 @@ static const struct snd_soc_component_driver sun8i_a23_codec_codec = {
static const struct snd_soc_component_driver sun4i_codec_component = {
	.name			= "sun4i-codec",
	.legacy_dai_naming	= 1,
#ifdef CONFIG_DEBUG_FS
	.debugfs_prefix		= "cpu",
#endif
};

#define SUN4I_CODEC_RATES	SNDRV_PCM_RATE_CONTINUOUS