Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_pcm.c73 unsigned int *dsp_time) in vx_set_pcx_time() argument
75 dsp_time[0] = (unsigned int)((*pc_time) >> 24) & PCX_TIME_HI_MASK; in vx_set_pcx_time()
76 dsp_time[1] = (unsigned int)(*pc_time) & MASK_DSP_WORD; in vx_set_pcx_time()