Searched refs:substream_count (Results 1 – 12 of 12) sorted by relevance
124 if (pstr->substream_count == 0) in snd_pcm_control_ioctl()126 if (subdevice >= pstr->substream_count) in snd_pcm_control_ioctl()629 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() argument640 pstr->substream_count = substream_count; in snd_pcm_new_stream()641 if (!substream_count) in snd_pcm_new_stream()661 for (idx = 0, prev = NULL; idx < substream_count; idx++) { in snd_pcm_new_stream()841 if (pstr->substream_count) in snd_pcm_free_stream()895 if (pstr->substream == NULL || pstr->substream_count == 0) in snd_pcm_attach_substream()913 if (pstr->substream_count > 1) in snd_pcm_attach_substream()1178 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count); in snd_pcm_proc_read()[all …]
319 if (subdevice >= 0 && subdevice >= s->substream_count) in assign_substream()635 info->subdevices_count = substream->pstr->substream_count; in snd_rawmidi_info()636 info->subdevices_avail = (substream->pstr->substream_count - in snd_rawmidi_info()669 if (pstr->substream_count == 0) in __snd_rawmidi_info_select()671 if (info->subdevice >= pstr->substream_count) in __snd_rawmidi_info_select()1810 stream->substream_count++; in snd_rawmidi_alloc_substreams()
229 info->subdevices_count = pstr->substream_count; in snd_pcm_info()230 info->subdevices_avail = pstr->substream_count - pstr->substream_opened; in snd_pcm_info()
2616 knew.count = pcm->streams[stream].substream_count; in snd_pcm_add_chmap_ctls()
111 unsigned int substream_count; member
517 unsigned int substream_count; member568 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
2021 if (substream->pstr->substream_count > 1) in snd_pcm_oss_get_caps1()2430 if (! pcm->streams[idx].substream_count) in snd_pcm_oss_open_file()3061 if (pstr->substream_count == 0) in snd_pcm_oss_proc_init()3132 duplex = (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count > 0 && in snd_pcm_oss_register_minor()3133 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count && in snd_pcm_oss_register_minor()
717 knew.count = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count; in mchp_pdmc_add_chmap_ctls()
1325 if (!pcm->streams[i].substream_count) in g_audio_setup()
225 rtd->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count = in fsl_xcvr_mode_put()
1036 rtd->pcm->streams[stream].substream_count = (set ? 0 : 1); in fsl_spdif_bypass_put()
1638 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count; in loopback_mixer_new()
Completed in 58 milliseconds