Lines Matching refs:streams
75 struct loopback_pcm *streams[2]; member
210 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
212 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
222 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
225 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
227 setup = get_setup(cable->streams[SNDRV_PCM_STREAM_PLAYBACK]); in loopback_check_format()
228 card = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->loopback->card; in loopback_check_format()
332 params_change_substream(cable->streams[SNDRV_PCM_STREAM_PLAYBACK], in params_change()
334 params_change_substream(cable->streams[SNDRV_PCM_STREAM_CAPTURE], in params_change()
482 cable->streams[SNDRV_PCM_STREAM_PLAYBACK]; in loopback_pos_update()
484 cable->streams[SNDRV_PCM_STREAM_CAPTURE]; in loopback_pos_update()
694 cable->streams[substream->stream] = dpcm; in loopback_open()
741 if (cable->streams[!substream->stream]) { in loopback_close()
743 cable->streams[substream->stream] = NULL; in loopback_close()
1015 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count; in loopback_mixer_new()
1096 print_dpcm_info(buffer, cable->streams[0], "Playback"); in print_substream_info()
1097 print_dpcm_info(buffer, cable->streams[1], "Capture"); in print_substream_info()