alsa-lib/src/ucm
Takashi Iwai 72c8b07b2a ucm: Fix uninitialized err in snd_use_case_set()
The compiler warns like:
  main.c:1664:9: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized]

and actually there are slight code paths that slip.
This patch adds the proper initializations to 0 to return the success
code in these code paths.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-11-21 15:32:23 +01:00
..
main.c ucm: Fix uninitialized err in snd_use_case_set() 2014-11-21 15:32:23 +01:00
Makefile.am autotools: update style 2014-02-26 08:16:22 +01:00
parser.c build: Fallback to alphasort() if versionsort() isn't available 2012-07-17 14:56:14 +02:00
ucm_local.h ucm: Add missing pthread.h include 2012-07-17 14:57:10 +02:00
utils.c UCM: Implement ConflictingDevices, add device list to devices 2011-06-08 18:20:26 +02:00