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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
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 <[email protected]>");
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 <[email protected]>");
258259
MODULE_AUTHOR("Maruthi Srinivas Bayyavarapu <[email protected]>");

0 commit comments

Comments
 (0)