Commit 6d21f0a2 authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown

ASoC: qcom: Add missing module descriptions

Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.
Suggested-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Reviewed-by: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20240508091909.27062-4-tiwai@suse.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1a7dc1cf
...@@ -239,4 +239,6 @@ int qcom_snd_wcd_jack_setup(struct snd_soc_pcm_runtime *rtd, ...@@ -239,4 +239,6 @@ int qcom_snd_wcd_jack_setup(struct snd_soc_pcm_runtime *rtd,
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(qcom_snd_wcd_jack_setup); EXPORT_SYMBOL_GPL(qcom_snd_wcd_jack_setup);
MODULE_DESCRIPTION("ASoC Qualcomm helper functions");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -98,4 +98,6 @@ int q6dsp_get_channel_allocation(int channels) ...@@ -98,4 +98,6 @@ int q6dsp_get_channel_allocation(int channels)
return channel_allocation; return channel_allocation;
} }
EXPORT_SYMBOL_GPL(q6dsp_get_channel_allocation); EXPORT_SYMBOL_GPL(q6dsp_get_channel_allocation);
MODULE_DESCRIPTION("ASoC MSM QDSP6 helper functions");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment