File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -721,5 +721,7 @@ static struct platform_driver xlnx_formatter_pcm_driver = {
721
721
};
722
722
723
723
module_platform_driver (xlnx_formatter_pcm_driver );
724
+
725
+ MODULE_DESCRIPTION ("ASoC driver for Xilinx audio formatter" );
724
726
MODULE_AUTHOR ("Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>" );
725
727
MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ static struct platform_driver xlnx_i2s_aud_driver = {
253
253
254
254
module_platform_driver (xlnx_i2s_aud_driver );
255
255
256
+ MODULE_DESCRIPTION ("ASoC driver for Xilinx I2S audio" );
256
257
MODULE_LICENSE ("GPL v2" );
257
258
MODULE_AUTHOR ("Praveen Vuppala <praveenv@xilinx.com>" );
258
259
MODULE_AUTHOR ("Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>" );
You can’t perform that action at this time.
0 commit comments