Searched refs:csubstream (Results 1 – 1 of 1) sorted by relevance
1982 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local1990 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()1996 if (csubstream) { in snd_pcm_oss_set_trigger()1997 if ((err = snd_pcm_oss_make_ready(csubstream)) < 0) in snd_pcm_oss_set_trigger()2024 if (csubstream) { in snd_pcm_oss_set_trigger()2025 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()2040 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()2050 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local2054 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger()2057 if (csubstream && csubstream->runtime && csubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()[all …]