]> git.alsa-project.org Git - alsa-lib.git/commit
Change snd_dlopen() function to return the error string
authorJaroslav Kysela <perex@perex.cz>
Wed, 22 Nov 2017 12:23:45 +0000 (13:23 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 27 Nov 2017 20:48:20 +0000 (21:48 +0100)
commitc051036e17bd8b80ebc2ef49ac76b93da6bb9aac
tree7aba7f104209f3416ccc200db8c0760ce05c2357
parent38a39091e324ae26238ce054f8bbae843e1e88eb
Change snd_dlopen() function to return the error string

The dlopen() function might fail also for another reason than
a missing file, thus return the error string from dlerror().

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
13 files changed:
include/global.h
modules/mixer/simple/sbasedl.c
src/Versions.in
src/conf.c
src/dlmisc.c
src/hwdep/hwdep.c
src/mixer/simple_abst.c
src/pcm/pcm_hooks.c
src/pcm/pcm_meter.c
src/rawmidi/rawmidi.c
src/seq/seq.c
src/timer/timer.c
src/timer/timer_query.c