| /linux/sound/virtio/ |
| H A D | virtio_pcm.c | 338 snd->substreams = devm_kcalloc(&vdev->dev, snd->nsubstreams, in virtsnd_pcm_parse_cfg() 339 sizeof(*snd->substreams), GFP_KERNEL); in virtsnd_pcm_parse_cfg() 340 if (!snd->substreams) in virtsnd_pcm_parse_cfg() 349 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_parse_cfg() 368 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_parse_cfg() 451 stream->substreams = in virtsnd_pcm_build_devs() 453 sizeof(*stream->substreams), in virtsnd_pcm_build_devs() 455 if (!stream->substreams) in virtsnd_pcm_build_devs() 464 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_pcm_build_devs() 471 vs->substreams[v in virtsnd_pcm_build_devs() [all...] |
| H A D | virtio_card.c | 360 for (i = 0; snd->substreams && i < snd->nsubstreams; ++i) { in virtsnd_remove() 361 struct virtio_pcm_substream *vss = &snd->substreams[i]; in virtsnd_remove() 390 cancel_work_sync(&snd->substreams[i].elapsed_period); in virtsnd_freeze()
|
| H A D | virtio_pcm.h | 74 struct virtio_pcm_substream **substreams; member
|
| H A D | virtio_card.h | 71 struct virtio_pcm_substream *substreams; member
|
| /linux/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.
|
| H A D | pcmtest.rst | 20 It supports up to 8 substreams and 4 channels. Also it supports both interleaved and
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 322 list_for_each_entry(substream, &s->substreams, list) { in assign_substream() 676 list_for_each_entry(substream, &pstr->substreams, list) { in __snd_rawmidi_info_select() 1720 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_rawmidi_proc_info_read() 1747 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_rawmidi_proc_info_read() 1814 list_add_tail(&substream->list, &stream->substreams); in snd_rawmidi_alloc_substreams() 1837 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams); in snd_rawmidi_init() 1838 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams); in snd_rawmidi_init() 1913 while (!list_empty(&stream->substreams)) { in snd_rawmidi_free_substreams() 1914 substream = list_entry(stream->substreams.next, struct snd_rawmidi_substream, list); in snd_rawmidi_free_substreams() 2062 list_for_each_entry(s, &rmidi->streams[dir].substreams, lis in snd_rawmidi_dev_disconnect() [all...] |
| H A D | ump.c | 261 if (ump->substreams[dir]) in snd_ump_rawmidi_open() 266 ump->substreams[dir] = substream; in snd_ump_rawmidi_open() 275 ump->substreams[dir] = NULL; in snd_ump_rawmidi_close() 357 substream = ump->substreams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_ump_receive() 377 ump->substreams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_ump_transmit() 1321 list_for_each_entry(s, &rmidi->streams[dir].substreams, list) { in update_legacy_substreams()
|
| H A D | Kconfig | 40 The device contains 16 substreams corresponding to UMP groups.
|
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 52 struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1]; member 892 if (sai->substreams[stream]) in rockchip_sai_startup() 898 sai->substreams[stream] = substream; in rockchip_sai_startup() 911 sai->substreams[substream->stream] = NULL; in rockchip_sai_shutdown() 1350 substream = sai->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in rockchip_sai_isr() 1362 substream = sai->substreams[SNDRV_PCM_STREAM_CAPTURE]; in rockchip_sai_isr()
|
| /linux/sound/soc/codecs/ |
| H A D | hda.c | 41 if (!pcm->stream[dir].substreams) { in hda_codec_create_dais() 61 if (!pcm->stream[dir].substreams) { in hda_codec_create_dais()
|
| /linux/sound/soc/ti/ |
| H A D | davinci-mcasp.c | 92 struct snd_pcm_substream *substreams[2]; 480 substream = mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_set_dai_fmt() 511 substream = mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_set_dai_fmt() 534 if (mcasp->substreams[SNDRV_PCM_STREAM_PLAYBACK]) in davinci_mcasp_set_dai_fmt() 537 if (mcasp->substreams[SNDRV_PCM_STREAM_CAPTURE]) in davinci_mcasp_set_dai_fmt() 1776 if (mcasp->substreams[substream->stream]) 1779 mcasp->substreams[substream->stream] = substream; 1896 mcasp->substreams[substream->stream] = NULL; in davinci_mcasp_get_config() 81 struct snd_pcm_substream *substreams[2]; global() member
|
| /linux/sound/drivers/ |
| H A D | portman2x4.c | 561 /* name substreams */ in snd_portman_rawmidi_create() 564 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_portman_rawmidi_create() 571 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_portman_rawmidi_create()
|
| H A D | dummy.c | 75 MODULE_PARM_DESC(pcm_substreams, "PCM substreams # (1-128) for dummy driver."); 691 int substreams) in snd_card_dummy_pcm() 698 substreams, substreams, &pcm); 665 snd_card_dummy_pcm(struct snd_dummy * dummy,int device,int substreams) snd_card_dummy_pcm() argument
|
| H A D | mts64.c | 763 /* name substreams */ in snd_mts64_rawmidi_create() 766 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mts64_rawmidi_create() 773 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mts64_rawmidi_create()
|
| H A D | aloop.c | 55 MODULE_PARM_DESC(pcm_substreams, "PCM substreams # (1-8) for loopback driver."); 1485 int device, int substreams) 1491 substreams, substreams, &pcm); in loopback_format_get() 1360 loopback_pcm_new(struct loopback * loopback,int device,int substreams) loopback_pcm_new() argument
|
| H A D | Kconfig | 102 configured number of substreams (see the pcm_substreams module
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | simplehdmi.c | 161 .substreams = 1,
|
| H A D | nvhdmi-mcp.c | 222 .substreams = 1,
|
| /linux/sound/hda/codecs/ |
| H A D | si3054.c | 171 .substreams = 1,
|
| H A D | generic.c | 5529 .substreams = 1, 5542 .substreams = 1, 5555 .substreams = 1, 5568 .substreams = 2, /* can be overridden */ 5581 .substreams = 1, 5594 .substreams = 1, 5602 .substreams = 0, 5655 .substreams = 1, in dyn_adc_capture_pcm_prepare() 5696 if (spec_str->substreams) in fill_pcm_stream_name() 5697 str->substreams in fill_pcm_stream_name() [all...] |
| /linux/sound/hda/common/ |
| H A D | controller.c | 714 cpcm->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams, in snd_hda_attach_pcm_stream() 715 cpcm->stream[SNDRV_PCM_STREAM_CAPTURE].substreams, in snd_hda_attach_pcm_stream() 736 if (cpcm->stream[s].substreams) in snd_hda_attach_pcm_stream()
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 141 unsigned int substreams; /* number of substreams, 0 = not exist*/ member
|
| /linux/Documentation/sound/designs/ |
| H A D | procfile.rst | 90 substreams, etc.
|