Home
last modified time | relevance | path

Searched refs:substream_count (Results 1 – 9 of 9) sorted by relevance

/linux/sound/core/
H A Drawmidi.c319 if (subdevice >= 0 && subdevice >= s->substream_count) in assign_substream()
637 info->subdevices_count = substream->pstr->substream_count; in snd_rawmidi_info()
638 info->subdevices_avail = (substream->pstr->substream_count - in snd_rawmidi_info()
672 if (pstr->substream_count == 0) in __snd_rawmidi_info_select()
674 if (info->subdevice >= pstr->substream_count) in __snd_rawmidi_info_select()
1815 stream->substream_count++; in snd_rawmidi_alloc_substreams()
H A Dpcm_native.c235 info->subdevices_count = pstr->substream_count; in snd_pcm_info()
236 info->subdevices_avail = pstr->substream_count - pstr->substream_opened; in snd_pcm_info()
H A Dpcm_lib.c2616 knew.count = pcm->streams[stream].substream_count; in snd_pcm_add_chmap_ctls()
/linux/include/sound/
H A Dpcm.h517 unsigned int substream_count; member
568 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
/linux/sound/core/oss/
H A Dpcm_oss.c2021 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()
/linux/sound/soc/atmel/
H A Dmchp-pdmc.c717 knew.count = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count; in mchp_pdmc_add_chmap_ctls()
/linux/drivers/usb/gadget/function/
H A Du_audio.c1325 if (!pcm->streams[i].substream_count) in g_audio_setup()
/linux/sound/soc/fsl/
H A Dfsl_spdif.c1036 rtd->pcm->streams[stream].substream_count = (set ? 0 : 1); in fsl_spdif_bypass_put()
H A Dfsl_xcvr.c232 rtd->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count = in fsl_xcvr_mode_put()