aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-04-08 12:22:10 +0100
committerMark Brown <broonie@kernel.org>2022-04-08 12:22:10 +0100
commit3d5746a187a0e2a10025ead3472f796a761abd26 (patch)
tree629929b235b07ca4d4a58d7d0042824efa7c5f59 /include/sound
parentASoC: SOF: mediatek: mt8195 add shutdown callback (diff)
parentMake headphone work on Huawei Matebook D15 (diff)
downloadlinux-dev-3d5746a187a0e2a10025ead3472f796a761abd26.tar.xz
linux-dev-3d5746a187a0e2a10025ead3472f796a761abd26.zip
ASoC: Merge fixes
Pull in wm8731 fix. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-component.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h
index a52080407b98..766dc6f009c0 100644
--- a/include/sound/soc-component.h
+++ b/include/sound/soc-component.h
@@ -179,6 +179,10 @@ struct snd_soc_component_driver {
struct snd_pcm_hw_params *params);
bool use_dai_pcm_id; /* use DAI link PCM ID as PCM device number */
int be_pcm_base; /* base device ID for all BE PCMs */
+
+#ifdef CONFIG_DEBUG_FS
+ const char *debugfs_prefix;
+#endif
};
struct snd_soc_component {