Home
last modified time | relevance | path

Searched refs:substreams (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-midi.c107 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 Drawmidi.c283 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 Dserial-u16550.rst16 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 Dmixart.rst42 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 Drockchip_sai.c49 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 Drockchip_i2s_tdm.c117 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 Dmaestro3.c762 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 Ddavinci-mcasp.c82 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 Dmotu-midi.c90 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-midi.c81 list_for_each_entry(substream, &stream->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_midi.c86 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/include/sound/
H A Drawmidi.h104 struct list_head substreams; member
H A Dhda_codec.h139 unsigned int substreams; /* number of substreams, 0 = not exist*/ member
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_midi.c86 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-midi.c90 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-midi.c101 list_for_each_entry(subs, &str->substreams, list) { in set_substream_names()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Dportman2x4.c580 &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 Dmtpav.c640 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 Ddummy.c670 int substreams) in snd_card_dummy_pcm() argument
677 substreams, substreams, &pcm); in snd_card_dummy_pcm()
H A Dmts64.c783 &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 Doxfw-midi.c131 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dfsl,asrc.txt7 three substreams within totally 10 channels.
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_si3054.c171 .substreams = 1,
H A Dhda_controller.c727 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 Dhda_generic.c5604 .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 …]

12