Home
last modified time | relevance | path

Searched refs:thalf (Results 1 – 2 of 2) sorted by relevance

/linux/sound/drivers/pcsp/
H A Dpcsp_lib.c53 if (chip->thalf) { in pcsp_timer_update()
55 chip->thalf = 0; in pcsp_timer_update()
78 chip->thalf = 1; in pcsp_timer_update()
84 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem); in pcsp_timer_update()
137 pointer_update = !chip->thalf; in pcsp_do_timer()
167 chip->thalf = 0; in pcsp_start_playing()
H A Dpcsp.h66 int thalf; member