Skip to content

Commit d806f83

Browse files
author
Fox Snowpatch
committed
1 parent 85ff933 commit d806f83

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sound/soc/fsl/fsl_asrc_dma.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,5 +473,8 @@ struct snd_soc_component_driver fsl_asrc_component = {
473473
.pointer = fsl_asrc_dma_pcm_pointer,
474474
.pcm_construct = fsl_asrc_dma_pcm_new,
475475
.legacy_dai_naming = 1,
476+
#ifdef CONFIG_DEBUG_FS
477+
.debugfs_prefix = "asrc",
478+
#endif
476479
};
477480
EXPORT_SYMBOL_GPL(fsl_asrc_component);

sound/soc/fsl/fsl_easrc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,9 @@ static const struct snd_soc_component_driver fsl_easrc_component = {
15771577
.controls = fsl_easrc_snd_controls,
15781578
.num_controls = ARRAY_SIZE(fsl_easrc_snd_controls),
15791579
.legacy_dai_naming = 1,
1580+
#ifdef CONFIG_DEBUG_FS
1581+
.debugfs_prefix = "easrc",
1582+
#endif
15801583
};
15811584

15821585
static const struct reg_default fsl_easrc_reg_defaults[] = {

0 commit comments

Comments
 (0)