/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-midi.c | 107 list_for_each_entry(subs, &stream->substreams, list) { in snd_tscm_create_midi_devices() 123 list_for_each_entry(subs, &stream->substreams, list) { in snd_tscm_create_midi_devices()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-stream.c | 261 unsigned int substreams, opposite_substreams; in snd_oxfw_stream_start_simplex() local 265 substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex() 270 substreams = oxfw->playback_substreams; in snd_oxfw_stream_start_simplex() 281 if (substreams == 0) in snd_oxfw_stream_start_simplex()
|
D | oxfw-midi.c | 136 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 16 In Roland Soundcanvas mode, multiple ALSA raw MIDI substreams are supported 54 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams; 84 The Generic driver supports multiple input and output substreams over a single
|
D | MIXART.txt | 39 substreams performing hardware mixing. This could be changed to a 40 maximum of 24 substreams if wished.
|
D | Procfile.txt | 88 substreams, etc.
|
D | ALSA-Configuration.txt | 605 pcm_substreams - Number of PCM substreams assigned to each PCM
|
/linux-4.4.14/sound/core/ |
D | rawmidi.c | 243 list_for_each_entry(substream, &s->substreams, list) { in assign_substream() 600 list_for_each_entry(substream, &pstr->substreams, list) { in snd_rawmidi_info_select() 1412 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_rawmidi_proc_info_read() 1436 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_rawmidi_proc_info_read() 1494 list_add_tail(&substream->list, &stream->substreams); in snd_rawmidi_alloc_substreams() 1542 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams); in snd_rawmidi_new() 1543 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams); in snd_rawmidi_new() 1580 while (!list_empty(&stream->substreams)) { in snd_rawmidi_free_substreams() 1581 substream = list_entry(stream->substreams.next, struct snd_rawmidi_substream, list); in snd_rawmidi_free_substreams() 1716 list_for_each_entry(s, &rmidi->streams[dir].substreams, list) { in snd_rawmidi_dev_disconnect() [all …]
|
D | pcm.c | 746 INIT_LIST_HEAD(&substream->self_group.substreams); in snd_pcm_new_stream() 747 list_add_tail(&substream->link_list, &substream->self_group.substreams); in snd_pcm_new_stream()
|
D | pcm_native.c | 1845 INIT_LIST_HEAD(&substream->group->substreams); in snd_pcm_link() 1846 list_add_tail(&substream->link_list, &substream->group->substreams); in snd_pcm_link() 1849 list_add_tail(&substream1->link_list, &substream->group->substreams); in snd_pcm_link() 1866 INIT_LIST_HEAD(&substream->self_group.substreams); in relink_to_local() 1867 list_add_tail(&substream->link_list, &substream->self_group.substreams); in relink_to_local()
|
/linux-4.4.14/include/sound/ |
D | rawmidi.h | 118 struct list_head substreams; member
|
D | pcm.h | 430 struct list_head substreams; member 643 list_for_each_entry(s, &substream->group->substreams, link_list)
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-midi.c | 98 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-mcasp.c | 79 struct snd_pcm_substream *substreams[2]; member 321 substream = mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_tx_irq_handler() 356 substream = mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_rx_irq_handler() 383 if (mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]) in davinci_mcasp_common_irq_handler() 386 if (mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]) in davinci_mcasp_common_irq_handler() 1226 mcasp->substreams[substream->stream] = substream; in davinci_mcasp_startup() 1308 mcasp->substreams[substream->stream] = NULL; in davinci_mcasp_shutdown()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_midi.c | 119 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_midi.c | 118 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/linux-4.4.14/sound/pci/ |
D | maestro3.c | 777 struct m3_dma *substreams; member 1660 struct m3_dma *s = &chip->substreams[i]; in snd_m3_interrupt() 1738 s = &chip->substreams[i]; in snd_m3_substream_open() 2375 if (chip->substreams) { in snd_m3_free() 2378 s = &chip->substreams[i]; in snd_m3_free() 2384 kfree(chip->substreams); in snd_m3_free() 2615 chip->substreams = kcalloc(chip->num_substreams, sizeof(struct m3_dma), in snd_m3_create() 2617 if (chip->substreams == NULL) { in snd_m3_create() 2678 struct m3_dma *s = &chip->substreams[i]; in snd_m3_create()
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | fsl,asrc.txt | 7 three substreams within totally 10 channels.
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-midi.c | 160 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/linux-4.4.14/sound/drivers/ |
D | portman2x4.c | 595 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_portman_rawmidi_create() 602 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_portman_rawmidi_create()
|
D | mtpav.c | 656 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI() 661 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI()
|
D | dummy.c | 691 int substreams) in snd_card_dummy_pcm() argument 698 substreams, substreams, &pcm); in snd_card_dummy_pcm()
|
D | mts64.c | 799 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mts64_rawmidi_create() 806 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mts64_rawmidi_create()
|
D | aloop.c | 780 int device, int substreams) in loopback_pcm_new() argument 786 substreams, substreams, &pcm); in loopback_pcm_new()
|
D | Kconfig | 87 configured number of substreams (see the pcm_substreams module
|
D | serial-u16550.c | 867 list_for_each_entry(substream, &stream->substreams, list) { in snd_uart16550_substreams()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_si3054.c | 185 .substreams = 1,
|
D | hda_controller.c | 543 cpcm->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams, in snd_hda_attach_pcm_stream() 544 cpcm->stream[SNDRV_PCM_STREAM_CAPTURE].substreams, in snd_hda_attach_pcm_stream() 563 if (cpcm->stream[s].substreams) in snd_hda_attach_pcm_stream()
|
D | hda_generic.c | 5344 .substreams = 1, 5357 .substreams = 1, 5370 .substreams = 1, 5383 .substreams = 2, /* can be overridden */ 5396 .substreams = 1, 5409 .substreams = 1, 5417 .substreams = 0, 5468 .substreams = 1, 5509 if (spec_str->substreams) in setup_pcm_stream() 5510 str->substreams = spec_str->substreams; in setup_pcm_stream() [all …]
|
D | patch_ca0132.c | 4022 .substreams = 1, 4033 .substreams = 1, 4044 .substreams = 1, 4056 .substreams = 1, 4074 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = 1; in ca0132_build_pcms() 4081 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = 1; in ca0132_build_pcms() 4088 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = 1; in ca0132_build_pcms()
|
D | hda_codec.h | 147 unsigned int substreams; /* number of substreams, 0 = not exist*/ member
|
D | hda_codec.c | 3061 if (!pcm->pcm || pcm->own_chmap || !hinfo->substreams) in add_std_chmaps() 3303 if (!info->substreams) in snd_hda_codec_parse_pcms() 3333 if (!cpcm->stream[0].substreams && !cpcm->stream[1].substreams) in snd_hda_codec_build_pcms()
|
D | patch_via.c | 648 if (!info->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams || in vt1708_build_pcms()
|
D | patch_hdmi.c | 2087 pstr->substreams = 1; in generic_hdmi_build_pcms() 2645 .substreams = 1, 2857 .substreams = 1,
|
/linux-4.4.14/sound/usb/ |
D | midi.c | 1520 list_for_each_entry(substream, &umidi->rmidi->streams[stream].substreams, in snd_usbmidi_find_substream()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1724.c | 266 return list_first_entry(&ice->rmidi[0]->streams[stream].substreams, in get_rawmidi_substream()
|