1
0
Fork 0
alistair23-linux/sound/ppc
Arnd Bergmann b268c34e5e ALSA: ppc/awacs: shut up maybe-uninitialized warning
The awacs sound driver produces a false-positive warning in ppc64_defconfig:

sound/ppc/awacs.c: In function 'snd_pmac_awacs_init':
include/sound/control.h:219:9: warning: 'master_vol' may be used uninitialized in this function [-Wmaybe-uninitialized]

I haven't come up with a good way to rewrite the code to avoid the
warning, so here is a bad one: I initialize the variable before
the conditionall initialization so gcc no longer has to worry about
it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-07-05 08:35:49 +02:00
..
Kconfig powerpc: Minor cleanup to sound/ppc/Kconfig 2009-10-27 16:42:42 +11:00
Makefile [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-16 16:51:18 +02:00
awacs.c ALSA: ppc/awacs: shut up maybe-uninitialized warning 2016-07-05 08:35:49 +02:00
awacs.h [ALSA] snd-powermac: style awacs.s and awacs.h 2008-04-24 12:00:38 +02:00
beep.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
burgundy.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
burgundy.h [ALSA] snd-powermac: Burgundy mixers for B&W and iMac 2008-04-24 12:00:38 +02:00
daca.c ALSA: ppc: remove __dev* attributes 2012-12-07 07:33:30 +01:00
keywest.c ALSA: ppc: Add missing inclusion of linux/module.h 2015-08-25 14:13:36 +02:00
pmac.c PCI: Remove includes of asm/pci-bridge.h 2016-02-05 16:29:28 -06:00
pmac.h [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks 2007-10-16 15:57:45 +02:00
powermac.c ALSA: ppc: drop owner assignment from platform_drivers 2014-10-20 16:22:02 +02:00
snd_ps3.c ALSA: ps3: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() 2015-01-02 16:34:57 +01:00
snd_ps3.h ALSA: ps3: Add support for SPDIF/HDMI passthru 2008-10-20 08:06:39 +02:00
snd_ps3_reg.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tumbler.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
tumbler_volume.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00