File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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};
477480EXPORT_SYMBOL_GPL (fsl_asrc_component );
Original file line number Diff line number Diff 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
15821585static const struct reg_default fsl_easrc_reg_defaults [] = {
You can’t perform that action at this time.
0 commit comments