Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
Dpcm.c128 if (pstr->substream_count == 0) { in snd_pcm_control_ioctl()
132 if (subdevice >= pstr->substream_count) { in snd_pcm_control_ioctl()
636 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() argument
647 pstr->substream_count = substream_count; in snd_pcm_new_stream()
648 if (!substream_count) in snd_pcm_new_stream()
665 for (idx = 0, prev = NULL; idx < substream_count; idx++) { in snd_pcm_new_stream()
847 if (pstr->substream_count) in snd_pcm_free_stream()
901 if (pstr->substream == NULL || pstr->substream_count == 0) in snd_pcm_attach_substream()
919 if (pstr->substream_count > 1) in snd_pcm_attach_substream()
1186 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count); in snd_pcm_proc_read()
[all …]
Drawmidi.c280 if (subdevice >= 0 && subdevice >= s->substream_count) in assign_substream()
602 info->subdevices_count = substream->pstr->substream_count; in snd_rawmidi_info()
603 info->subdevices_avail = (substream->pstr->substream_count - in snd_rawmidi_info()
636 if (pstr->substream_count == 0) in __snd_rawmidi_info_select()
638 if (info->subdevice >= pstr->substream_count) in __snd_rawmidi_info_select()
1638 stream->substream_count++; in snd_rawmidi_alloc_substreams()
Dpcm_native.c216 info->subdevices_count = pstr->substream_count; in snd_pcm_info()
217 info->subdevices_avail = pstr->substream_count - pstr->substream_opened; in snd_pcm_info()
Dpcm_lib.c2462 knew.count = pcm->streams[stream].substream_count; in snd_pcm_add_chmap_ctls()
/kernel/linux/linux-5.10/include/sound/
Drawmidi.h102 unsigned int substream_count; member
Dpcm.h494 unsigned int substream_count; member
545 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_oss.c2019 if (substream->pstr->substream_count > 1) in snd_pcm_oss_get_caps1()
2429 if (! pcm->streams[idx].substream_count) in snd_pcm_oss_open_file()
3062 if (pstr->substream_count == 0) in snd_pcm_oss_proc_init()
3129 duplex = (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count > 0 && in snd_pcm_oss_register_minor()
3130 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count && in snd_pcm_oss_register_minor()
/kernel/linux/linux-5.10/sound/drivers/
Daloop.c1560 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count; in loopback_mixer_new()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch15202 + rtd->pcm->streams[stream].substream_count = (set ? 0 : 1);