| /OK3568_Linux_fs/kernel/sound/firewire/tascam/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | rawmidi.c | 283 list_for_each_entry(substream, &s->substreams, list) { in assign_substream() 640 list_for_each_entry(substream, &pstr->substreams, list) { in __snd_rawmidi_info_select() 1550 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_rawmidi_proc_info_read() 1577 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_rawmidi_proc_info_read() 1637 list_add_tail(&substream->list, &stream->substreams); in snd_rawmidi_alloc_substreams() 1685 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams); in snd_rawmidi_new() 1686 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams); in snd_rawmidi_new() 1725 while (!list_empty(&stream->substreams)) { in snd_rawmidi_free_substreams() 1726 substream = list_entry(stream->substreams.next, struct snd_rawmidi_substream, list); in snd_rawmidi_free_substreams() 1869 list_for_each_entry(s, &rmidi->streams[dir].substreams, list) { in snd_rawmidi_dev_disconnect() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 16 In Roland Soundcanvas mode, multiple ALSA raw MIDI substreams are supported 58 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams; 89 The Generic driver supports multiple input and output substreams over a single
|
| H A D | mixart.rst | 42 substreams performing hardware mixing. This could be changed to a 43 maximum of 24 substreams if wished.
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 49 struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1]; member 599 if (sai->substreams[stream]) in rockchip_sai_startup() 605 sai->substreams[stream] = substream; in rockchip_sai_startup() 615 sai->substreams[substream->stream] = NULL; in rockchip_sai_shutdown() 1278 substream = sai->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in rockchip_sai_isr() 1287 substream = sai->substreams[SNDRV_PCM_STREAM_CAPTURE]; in rockchip_sai_isr()
|
| H A D | rockchip_i2s_tdm.c | 117 struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1]; member 1994 if (i2s_tdm->substreams[substream->stream]) in rockchip_i2s_tdm_startup() 1997 i2s_tdm->substreams[substream->stream] = substream; in rockchip_i2s_tdm_startup() 2007 i2s_tdm->substreams[substream->stream] = NULL; in rockchip_i2s_tdm_shutdown() 2479 substream = i2s_tdm->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in rockchip_i2s_tdm_isr() 2491 substream = i2s_tdm->substreams[SNDRV_PCM_STREAM_CAPTURE]; in rockchip_i2s_tdm_isr()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | maestro3.c | 762 struct m3_dma *substreams; member 1641 struct m3_dma *s = &chip->substreams[i]; in snd_m3_interrupt() 1719 s = &chip->substreams[i]; in snd_m3_substream_open() 2354 if (chip->substreams) { in snd_m3_free() 2357 s = &chip->substreams[i]; in snd_m3_free() 2363 kfree(chip->substreams); in snd_m3_free() 2593 chip->substreams = kcalloc(chip->num_substreams, sizeof(struct m3_dma), in snd_m3_create() 2595 if (chip->substreams == NULL) { in snd_m3_create() 2655 struct m3_dma *s = &chip->substreams[i]; in snd_m3_create()
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | davinci-mcasp.c | 82 struct snd_pcm_substream *substreams[2]; member 373 substream = mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_tx_irq_handler() 404 substream = mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_rx_irq_handler() 427 if (mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]) in davinci_mcasp_common_irq_handler() 430 if (mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]) in davinci_mcasp_common_irq_handler() 1464 if (mcasp->substreams[substream->stream]) in davinci_mcasp_startup() 1467 mcasp->substreams[substream->stream] = substream; in davinci_mcasp_startup() 1574 mcasp->substreams[substream->stream] = NULL; in davinci_mcasp_shutdown()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | motu-midi.c | 90 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | ff-midi.c | 81 list_for_each_entry(substream, &stream->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireworks/ |
| H A D | fireworks_midi.c | 86 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | rawmidi.h | 104 struct list_head substreams; member
|
| H A D | hda_codec.h | 139 unsigned int substreams; /* number of substreams, 0 = not exist*/ member
|
| /OK3568_Linux_fs/kernel/sound/firewire/bebob/ |
| H A D | bebob_midi.c | 86 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-midi.c | 90 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/sound/firewire/digi00x/ |
| H A D | digi00x-midi.c | 101 list_for_each_entry(subs, &str->substreams, list) { in set_substream_names()
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | portman2x4.c | 580 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_portman_rawmidi_create() 587 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_portman_rawmidi_create()
|
| H A D | mtpav.c | 640 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI() 645 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI()
|
| H A D | dummy.c | 670 int substreams) in snd_card_dummy_pcm() argument 677 substreams, substreams, &pcm); in snd_card_dummy_pcm()
|
| H A D | mts64.c | 783 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mts64_rawmidi_create() 790 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mts64_rawmidi_create()
|
| /OK3568_Linux_fs/kernel/sound/firewire/oxfw/ |
| H A D | oxfw-midi.c | 131 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | fsl,asrc.txt | 7 three substreams within totally 10 channels.
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_si3054.c | 171 .substreams = 1,
|
| H A D | hda_controller.c | 727 cpcm->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams, in snd_hda_attach_pcm_stream() 728 cpcm->stream[SNDRV_PCM_STREAM_CAPTURE].substreams, in snd_hda_attach_pcm_stream() 749 if (cpcm->stream[s].substreams) in snd_hda_attach_pcm_stream()
|
| H A D | hda_generic.c | 5604 .substreams = 1, 5617 .substreams = 1, 5630 .substreams = 1, 5643 .substreams = 2, /* can be overridden */ 5656 .substreams = 1, 5669 .substreams = 1, 5677 .substreams = 0, 5730 .substreams = 1, 5771 if (spec_str->substreams) in setup_pcm_stream() 5772 str->substreams = spec_str->substreams; in setup_pcm_stream() [all …]
|