Skip to content

Commit 6d21f0a

Browse files
tiwaibroonie
authored andcommitted
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: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091909.27062-4-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1a7dc1c commit 6d21f0a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sound/soc/qcom/common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,6 @@ int qcom_snd_wcd_jack_setup(struct snd_soc_pcm_runtime *rtd,
239239
return 0;
240240
}
241241
EXPORT_SYMBOL_GPL(qcom_snd_wcd_jack_setup);
242+
243+
MODULE_DESCRIPTION("ASoC Qualcomm helper functions");
242244
MODULE_LICENSE("GPL");

sound/soc/qcom/qdsp6/q6dsp-common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ int q6dsp_get_channel_allocation(int channels)
9898
return channel_allocation;
9999
}
100100
EXPORT_SYMBOL_GPL(q6dsp_get_channel_allocation);
101+
102+
MODULE_DESCRIPTION("ASoC MSM QDSP6 helper functions");
101103
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)