Searched refs:csubstream (Results 1 – 3 of 3) sorted by relevance
2032 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local2040 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()2046 if (csubstream) { in snd_pcm_oss_set_trigger()2047 if ((err = snd_pcm_oss_make_ready(csubstream)) < 0) in snd_pcm_oss_set_trigger()2080 if (csubstream) { in snd_pcm_oss_set_trigger()2081 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()2102 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()2112 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local2116 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger()2119 if (csubstream && csubstream->runtime && csubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()[all …]
793 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local808 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in lpass_platform_pcm_new()809 if (csubstream) { in lpass_platform_pcm_new()812 size, &csubstream->dma_buffer); in lpass_platform_pcm_new()
1188 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local1205 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in q6asm_dai_pcm_new()1206 if (csubstream) { in q6asm_dai_pcm_new()1208 &csubstream->dma_buffer); in q6asm_dai_pcm_new()