Home
last modified time | relevance | path

Searched refs:old_period_event (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c528 int old_period_event = sw_get_period_event(params); in snd_pcm_hw_sw_params() local
537 old_period_event == hw->period_event) { in snd_pcm_hw_sw_params()
573 if (hw->period_event != old_period_event) { in snd_pcm_hw_sw_params()
574 err = snd_pcm_hw_change_timer(pcm, old_period_event); in snd_pcm_hw_sw_params()
577 hw->period_event = old_period_event; in snd_pcm_hw_sw_params()
580 sw_set_period_event(params, old_period_event); in snd_pcm_hw_sw_params()

Completed in 3 milliseconds