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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c136 * @pc_time: the pointer for the PC-time to set
139 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, argument
142 dsp_time[0] = (unsigned int)((*pc_time) >> 24) & PCX_TIME_HI_MASK;
143 dsp_time[1] = (unsigned int)(*pc_time) & MASK_DSP_WORD;

Completed in 99 milliseconds