Searched refs:dpcm_capt (Results 1 – 1 of 1) sorted by relevance
389 struct loopback_pcm *dpcm_play, *dpcm_capt; in loopback_check_format() local398 dpcm_capt = cable->streams[SNDRV_PCM_STREAM_CAPTURE]; in loopback_check_format()404 if (!dpcm_play || !dpcm_capt) in loopback_check_format()407 cruntime = dpcm_capt->substream->runtime; in loopback_check_format()453 snd_pcm_stop(dpcm_capt->substream, SNDRV_PCM_STATE_DRAINING); in loopback_check_format()715 struct loopback_pcm *dpcm_capt = in loopback_jiffies_timer_pos_update() local728 delta_capt = cur_jiffies - dpcm_capt->last_jiffies; in loopback_jiffies_timer_pos_update()729 dpcm_capt->last_jiffies += delta_capt; in loopback_jiffies_timer_pos_update()740 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play); in loopback_jiffies_timer_pos_update()741 clear_capture_buf(dpcm_capt, count1); in loopback_jiffies_timer_pos_update()[all …]