Skip to content

Commit 8039156

Browse files
Jeff Johnsontiwai
authored andcommitted
sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in sound/oss/dmasound/dmasound_core.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Link: https://lore.kernel.org/20240617-md-m68k-sound-oss-dmasound-v1-1-5c19306be930@quicinc.com
1 parent 1a49509 commit 8039156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/oss/dmasound/dmasound_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ module_param(numWriteBufs, int, 0);
204204
static unsigned int writeBufSize = DEFAULT_BUFF_SIZE ; /* in bytes */
205205
module_param(writeBufSize, int, 0);
206206

207+
MODULE_DESCRIPTION("Atari/Amiga/Q40 core DMA sound driver");
207208
MODULE_LICENSE("GPL");
208209

209210
static int sq_unit = -1;

0 commit comments

Comments
 (0)