Searched refs:dpcm_play (Results 1 – 1 of 1) sorted by relevance
339 struct loopback_pcm *dpcm_play, *dpcm_capt; in loopback_check_format() local347 dpcm_play = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]; in loopback_check_format()351 if (stream == SNDRV_PCM_STREAM_CAPTURE || !dpcm_play) in loopback_check_format()354 if (!dpcm_play || !dpcm_capt) in loopback_check_format()356 runtime = dpcm_play->substream->runtime; in loopback_check_format()373 setup = get_setup(dpcm_play); in loopback_check_format()374 card = dpcm_play->loopback->card; in loopback_check_format()375 runtime = dpcm_play->substream->runtime; in loopback_check_format()658 struct loopback_pcm *dpcm_play = in loopback_jiffies_timer_pos_update() local668 delta_play = cur_jiffies - dpcm_play->last_jiffies; in loopback_jiffies_timer_pos_update()[all …]