Skip to content

Commit 3423ad1

Browse files
tiwaibroonie
authored andcommitted
ASoC: xilinx: 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-8-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e85d8ae commit 3423ad1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sound/soc/xilinx/xlnx_formatter_pcm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,5 +721,7 @@ static struct platform_driver xlnx_formatter_pcm_driver = {
721721
};
722722

723723
module_platform_driver(xlnx_formatter_pcm_driver);
724+
725+
MODULE_DESCRIPTION("ASoC driver for Xilinx audio formatter");
724726
MODULE_AUTHOR("Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>");
725727
MODULE_LICENSE("GPL v2");

sound/soc/xilinx/xlnx_i2s.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ static struct platform_driver xlnx_i2s_aud_driver = {
253253

254254
module_platform_driver(xlnx_i2s_aud_driver);
255255

256+
MODULE_DESCRIPTION("ASoC driver for Xilinx I2S audio");
256257
MODULE_LICENSE("GPL v2");
257258
MODULE_AUTHOR("Praveen Vuppala <praveenv@xilinx.com>");
258259
MODULE_AUTHOR("Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>");

0 commit comments

Comments
 (0)