]> git.alsa-project.org Git - alsa-lib.git/commit
timer: Proper reference of internal versioned symbols
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jan 2018 14:24:14 +0000 (15:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Jan 2018 14:29:22 +0000 (15:29 +0100)
commitf19d9575b069945e1143a43f05a158265b016e01
treee822f5eb9cf9a12c29552f496bba6ec515d853d6
parentd4e08c5e86535b3110f4d5d75c27f77d97ca35eb
timer: Proper reference of internal versioned symbols

The multiply defined versioned symbols have to be called with
INTERNAL() wrapper.

Add the missing declarations of versioned timer API functions in the
local header, and use them in the callers in PCM.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_direct.c
src/pcm/pcm_direct.h
src/pcm/pcm_hw.c
src/timer/timer_local.h