Searched refs:dpcm_play (Results 1 – 1 of 1) sorted by relevance
389 struct loopback_pcm *dpcm_play, *dpcm_capt; in loopback_check_format() local397 dpcm_play = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]; in loopback_check_format()401 if (stream == SNDRV_PCM_STREAM_CAPTURE || !dpcm_play) in loopback_check_format()404 if (!dpcm_play || !dpcm_capt) in loopback_check_format()406 runtime = dpcm_play->substream->runtime; in loopback_check_format()426 setup = get_setup(dpcm_play); in loopback_check_format()427 card = dpcm_play->loopback->card; in loopback_check_format()428 runtime = dpcm_play->substream->runtime; in loopback_check_format()713 struct loopback_pcm *dpcm_play = in loopback_jiffies_timer_pos_update() local723 delta_play = cur_jiffies - dpcm_play->last_jiffies; in loopback_jiffies_timer_pos_update()[all …]