Searched refs:snd_timer_open (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/alsa/ |
| H A D | global-timer.c | 35 if (snd_timer_open(&handle, timer_name, SND_TIMER_OPEN_NONBLOCK) < 0) { in bind_to_timer()
|
| /linux/sound/core/seq/ |
| H A D | seq_timer.c | 277 err = snd_timer_open(t, &tmr->alsa_id, q->queue); in snd_seq_timer_open() 287 err = snd_timer_open(t, &tid, q->queue); in snd_seq_timer_open()
|
| /linux/sound/core/ |
| H A D | timer.c | 344 int snd_timer_open(struct snd_timer_instance *timeri, in snd_timer_open() function 441 EXPORT_SYMBOL(snd_timer_open); 1833 err = snd_timer_open(tu->timeri, &tselect.id, current->pid); in snd_timer_user_tselect()
|
| /linux/sound/drivers/ |
| H A D | aloop.c | 1319 * Therefore snd_timer_open() cannot be called a second time in loopback_open() 1324 * [proc2] Call loopback_timer_open() -> snd_timer_open(), in loopback_open() 1326 * [proc1] Call snd_timer_open() and overwrite running timer in loopback_open() 1329 err = snd_timer_open(timeri, &cable->snd_timer.id, current->pid); in loopback_open() 1332 "snd_timer_open (%d,%d,%d) failed with %d", in loopback_open()
|