mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
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>
This commit is contained in:
parent
d4e08c5e86
commit
f19d9575b0
4 changed files with 13 additions and 2 deletions
|
|
@ -1589,7 +1589,7 @@ int snd_pcm_direct_set_timer_params(snd_pcm_direct_t *dmix)
|
|||
if (dmix->tread) {
|
||||
filter = (1<<SND_TIMER_EVENT_TICK) |
|
||||
dmix->timer_events;
|
||||
snd_timer_params_set_filter(¶ms, filter);
|
||||
INTERNAL(snd_timer_params_set_filter)(¶ms, filter);
|
||||
}
|
||||
ret = snd_timer_params(dmix->timer, ¶ms);
|
||||
if (ret < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue