Home
last modified time | relevance | path

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

/linux/sound/drivers/
H A Daloop.c339 struct loopback_pcm *dpcm_play, *dpcm_capt; in loopback_check_format() local
348 dpcm_capt = cable->streams[SNDRV_PCM_STREAM_CAPTURE]; in loopback_check_format()
354 if (!dpcm_play || !dpcm_capt) in loopback_check_format()
357 cruntime = dpcm_capt->substream->runtime; in loopback_check_format()
400 snd_pcm_stop(dpcm_capt->substream, SNDRV_PCM_STATE_DRAINING); in loopback_check_format()
660 struct loopback_pcm *dpcm_capt = in loopback_jiffies_timer_pos_update() local
673 delta_capt = cur_jiffies - dpcm_capt->last_jiffies; in loopback_jiffies_timer_pos_update()
674 dpcm_capt->last_jiffies += delta_capt; in loopback_jiffies_timer_pos_update()
685 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play); in loopback_jiffies_timer_pos_update()
686 clear_capture_buf(dpcm_capt, count1); in loopback_jiffies_timer_pos_update()
[all …]