linux/sound/isa
William Breathitt Gray dc5027a723 ALSA: sscape: Use correct format identifier for size_t
The 'size' member of a struct firmware is passed to snd_printk with a
respective format string using the %d identifier. The 'size' member is
of type size_t, but format identifier %d indicates a signed int data
type. This patch replaces the %d format identifier with the correct %zu
format identifier for size_t data types.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-04-11 16:06:17 +02:00
..
ad1816a ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
ad1848
cs423x ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
es1688 ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
galaxy
gus ALSA: gus: use swap() in snd_ics_put_double() 2015-06-12 20:46:29 +02:00
msnd ALSA: msnd: add some missing curly braces 2015-03-05 13:02:10 +01:00
opti9xx ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
sb ALSA: seq: Define driver object in each driver 2015-02-12 14:15:54 +01:00
wavefront sound: Deparenthesize negative error returns 2015-03-24 11:41:37 +01:00
wss ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
Kconfig ALSA: Add missing dependency on CONFIG_SND_TIMER 2016-01-27 07:10:38 +01:00
Makefile
adlib.c
als100.c
azt2320.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
cmi8328.c
cmi8330.c
es18xx.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
opl3sa2.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
sc6000.c
sscape.c ALSA: sscape: Use correct format identifier for size_t 2016-04-11 16:06:17 +02:00