Takashi Iwai 43e575fabb ALSA: core: Fix kernel-doc warnings
Several lines in sound/core.h get the kernel-doc warnings like

  ./include/sound/core.h:323: warning: No description found for parameter '...'

where we use define like foo(x, args...) and "args" isn't mentioned in
the comments.  As an easy workaround, use simple __VA_ARGS__ for VLA
in macros.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-11-15 07:28:18 +01:00
..
2015-11-18 18:08:54 +00:00
2016-11-15 07:28:18 +01:00
2015-11-30 12:24:12 +00:00
2016-08-08 11:55:20 +01:00
2015-11-18 12:55:25 +00:00
2016-09-24 19:51:57 +01:00