diff options
author | Mark Brown | 2022-04-08 12:22:10 +0100 |
---|---|---|
committer | Mark Brown | 2022-04-08 12:22:10 +0100 |
commit | 3d5746a187a0e2a10025ead3472f796a761abd26 (patch) | |
tree | 629929b235b07ca4d4a58d7d0042824efa7c5f59 /include | |
parent | 5cfe477f6a3f9a4d9b2906d442964f2115b0403f (diff) | |
parent | aa70527d36d74db80a1c40e792f5320ab56e6eae (diff) |
ASoC: Merge fixes
Pull in wm8731 fix.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-component.h | 4 |
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 { |