OSDN Git Service

core: Proper reference of internal snd_dlopen()
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jan 2018 14:26:33 +0000 (15:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Jan 2018 14:29:57 +0000 (15:29 +0100)
commitde52ee3bb6669e4771679ebdebc0a90978cb4f74
treeb2b2403c687c3548e6593fb2c646ac4ecb86131e
parentf19d9575b069945e1143a43f05a158265b016e01
core: Proper reference of internal snd_dlopen()

snd_dlopen() was recently rewritten to be versioned symbols, and we
have to call it with INTERNAL() wrapper from the library itself.

Add the proper declaration in the local header and fix the callers
appropriately.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/local.h
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