Searched refs:csubstream (Results 1 – 1 of 1) sorted by relevance
2071 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local2079 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()2086 if (csubstream) { in snd_pcm_oss_set_trigger()2087 err = snd_pcm_oss_make_ready(csubstream); in snd_pcm_oss_set_trigger()2121 if (csubstream) { in snd_pcm_oss_set_trigger()2122 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()2143 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()2153 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local2157 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger()2163 if (csubstream && csubstream->runtime) { in snd_pcm_oss_get_trigger()[all …]