Home
last modified time | relevance | path

Searched refs:substream (Results 1 – 25 of 2560) sorted by relevance

12345678910>>...103

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/
H A Dpcm_native.c781 substream->ops->hw_free(substream); in snd_pcm_hw_params()
1545 substream->ops->trigger(substream, in snd_pcm_undo_pause()
2698 pcm_file->substream = substream; in snd_pcm_open_file()
2798 substream = pcm_file->substream; in snd_pcm_release()
3360 substream = pcm_file->substream; in snd_pcm_read()
3384 substream = pcm_file->substream; in snd_pcm_write()
3410 substream = pcm_file->substream; in snd_pcm_readv()
3446 substream = pcm_file->substream; in snd_pcm_writev()
3480 substream = pcm_file->substream; in snd_pcm_poll()
3815 substream = pcm_file->substream; in snd_pcm_mmap()
[all …]
H A Dpcm_memory.c86 substream->pcm->card->number, substream->pcm->device, in preallocate_pcm_pages()
87 substream->stream ? 'c' : 'p', substream->number, in preallocate_pcm_pages()
100 do_free_pages(substream->pcm->card, &substream->dma_buffer); in snd_pcm_lib_preallocate_free()
158 if (substream->runtime) { in snd_pcm_lib_preallocate_proc_write()
180 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_preallocate_proc_write()
181 substream->stream ? 'c' : 'p', substream->number, in snd_pcm_lib_preallocate_proc_write()
202 substream->proc_root); in preallocate_info_init()
239 substream->buffer_bytes_max = substream->dma_buffer.bytes; in preallocate_pages()
240 substream->dma_max = max; in preallocate_pages()
410 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_malloc_pages()
[all …]
H A Dpcm.c136 for (substream = pstr->substream; substream; in snd_pcm_control_ioctl()
137 substream = substream->next) in snd_pcm_control_ioctl()
676 pstr->substream = substream; in snd_pcm_new_stream()
828 substream = pstr->substream; in snd_pcm_free_stream()
906 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()
907 substream = substream->next) { in snd_pcm_attach_substream()
917 substream = pstr->substream; in snd_pcm_attach_substream()
919 for (substream = pstr->substream; substream; in snd_pcm_attach_substream()
920 substream = substream->next) in snd_pcm_attach_substream()
933 for (substream = pstr->substream; substream; substream = substream->next) { in snd_pcm_attach_substream()
[all …]
H A Dpcm_timer.c43 pcm_err(substream->pcm, in snd_pcm_timer_resolution_change()
56 substream = timer->private_data; in snd_pcm_timer_resolution()
57 return substream->runtime ? substream->runtime->timer_resolution : 0; in snd_pcm_timer_resolution()
65 substream->timer_running = 1; in snd_pcm_timer_start()
74 substream->timer_running = 0; in snd_pcm_timer_stop()
95 substream->timer = NULL; in snd_pcm_timer_free()
107 tid.subdevice = (substream->number << 1) | (substream->stream & 1); in snd_pcm_timer_init()
121 substream->timer = timer; in snd_pcm_timer_init()
126 if (substream->timer) { in snd_pcm_timer_done()
127 snd_device_free(substream->pcm->card, substream->timer); in snd_pcm_timer_done()
[all …]
H A Dpcm_trace.h13 TP_ARGS(substream, pos, irq),
30 __entry->number = (substream)->number;
31 __entry->stream = (substream)->stream;
52 TP_ARGS(substream),
66 __entry->number = (substream)->number;
67 __entry->stream = (substream)->stream;
85 TP_ARGS(substream, why),
96 __entry->number = (substream)->number;
97 __entry->stream = (substream)->stream;
108 TP_ARGS(substream, prev, curr),
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/
H A Dpcm_native.c781 substream->ops->hw_free(substream); in snd_pcm_hw_params()
1545 substream->ops->trigger(substream, in snd_pcm_undo_pause()
2698 pcm_file->substream = substream; in snd_pcm_open_file()
2798 substream = pcm_file->substream; in snd_pcm_release()
3360 substream = pcm_file->substream; in snd_pcm_read()
3384 substream = pcm_file->substream; in snd_pcm_write()
3410 substream = pcm_file->substream; in snd_pcm_readv()
3446 substream = pcm_file->substream; in snd_pcm_writev()
3480 substream = pcm_file->substream; in snd_pcm_poll()
3815 substream = pcm_file->substream; in snd_pcm_mmap()
[all …]
H A Dpcm_memory.c86 substream->pcm->card->number, substream->pcm->device, in preallocate_pcm_pages()
87 substream->stream ? 'c' : 'p', substream->number, in preallocate_pcm_pages()
100 do_free_pages(substream->pcm->card, &substream->dma_buffer); in snd_pcm_lib_preallocate_free()
158 if (substream->runtime) { in snd_pcm_lib_preallocate_proc_write()
180 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_preallocate_proc_write()
181 substream->stream ? 'c' : 'p', substream->number, in snd_pcm_lib_preallocate_proc_write()
202 substream->proc_root); in preallocate_info_init()
239 substream->buffer_bytes_max = substream->dma_buffer.bytes; in preallocate_pages()
240 substream->dma_max = max; in preallocate_pages()
410 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_malloc_pages()
[all …]
H A Dpcm.c136 for (substream = pstr->substream; substream; in snd_pcm_control_ioctl()
137 substream = substream->next) in snd_pcm_control_ioctl()
676 pstr->substream = substream; in snd_pcm_new_stream()
828 substream = pstr->substream; in snd_pcm_free_stream()
906 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()
907 substream = substream->next) { in snd_pcm_attach_substream()
917 substream = pstr->substream; in snd_pcm_attach_substream()
919 for (substream = pstr->substream; substream; in snd_pcm_attach_substream()
920 substream = substream->next) in snd_pcm_attach_substream()
933 for (substream = pstr->substream; substream; substream = substream->next) { in snd_pcm_attach_substream()
[all …]
H A Dpcm_timer.c43 pcm_err(substream->pcm, in snd_pcm_timer_resolution_change()
56 substream = timer->private_data; in snd_pcm_timer_resolution()
57 return substream->runtime ? substream->runtime->timer_resolution : 0; in snd_pcm_timer_resolution()
65 substream->timer_running = 1; in snd_pcm_timer_start()
74 substream->timer_running = 0; in snd_pcm_timer_stop()
95 substream->timer = NULL; in snd_pcm_timer_free()
107 tid.subdevice = (substream->number << 1) | (substream->stream & 1); in snd_pcm_timer_init()
121 substream->timer = timer; in snd_pcm_timer_init()
126 if (substream->timer) { in snd_pcm_timer_done()
127 snd_device_free(substream->pcm->card, substream->timer); in snd_pcm_timer_done()
[all …]
H A Dpcm_trace.h13 TP_ARGS(substream, pos, irq),
30 __entry->number = (substream)->number;
31 __entry->stream = (substream)->stream;
52 TP_ARGS(substream),
66 __entry->number = (substream)->number;
67 __entry->stream = (substream)->stream;
85 TP_ARGS(substream, why),
96 __entry->number = (substream)->number;
97 __entry->stream = (substream)->stream;
108 TP_ARGS(substream, prev, curr),
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/
H A Dpcm_native.c781 substream->ops->hw_free(substream); in snd_pcm_hw_params()
1545 substream->ops->trigger(substream, in snd_pcm_undo_pause()
2698 pcm_file->substream = substream; in snd_pcm_open_file()
2798 substream = pcm_file->substream; in snd_pcm_release()
3360 substream = pcm_file->substream; in snd_pcm_read()
3384 substream = pcm_file->substream; in snd_pcm_write()
3410 substream = pcm_file->substream; in snd_pcm_readv()
3446 substream = pcm_file->substream; in snd_pcm_writev()
3480 substream = pcm_file->substream; in snd_pcm_poll()
3815 substream = pcm_file->substream; in snd_pcm_mmap()
[all …]
H A Dpcm_memory.c86 substream->pcm->card->number, substream->pcm->device, in preallocate_pcm_pages()
87 substream->stream ? 'c' : 'p', substream->number, in preallocate_pcm_pages()
100 do_free_pages(substream->pcm->card, &substream->dma_buffer); in snd_pcm_lib_preallocate_free()
158 if (substream->runtime) { in snd_pcm_lib_preallocate_proc_write()
180 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_preallocate_proc_write()
181 substream->stream ? 'c' : 'p', substream->number, in snd_pcm_lib_preallocate_proc_write()
202 substream->proc_root); in preallocate_info_init()
239 substream->buffer_bytes_max = substream->dma_buffer.bytes; in preallocate_pages()
240 substream->dma_max = max; in preallocate_pages()
410 substream->pcm->card->number, substream->pcm->device, in snd_pcm_lib_malloc_pages()
[all …]
H A Dpcm.c136 for (substream = pstr->substream; substream; in snd_pcm_control_ioctl()
137 substream = substream->next) in snd_pcm_control_ioctl()
676 pstr->substream = substream; in snd_pcm_new_stream()
828 substream = pstr->substream; in snd_pcm_free_stream()
906 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()
907 substream = substream->next) { in snd_pcm_attach_substream()
917 substream = pstr->substream; in snd_pcm_attach_substream()
919 for (substream = pstr->substream; substream; in snd_pcm_attach_substream()
920 substream = substream->next) in snd_pcm_attach_substream()
933 for (substream = pstr->substream; substream; substream = substream->next) { in snd_pcm_attach_substream()
[all …]
H A Dpcm_timer.c43 pcm_err(substream->pcm, in snd_pcm_timer_resolution_change()
56 substream = timer->private_data; in snd_pcm_timer_resolution()
57 return substream->runtime ? substream->runtime->timer_resolution : 0; in snd_pcm_timer_resolution()
65 substream->timer_running = 1; in snd_pcm_timer_start()
74 substream->timer_running = 0; in snd_pcm_timer_stop()
95 substream->timer = NULL; in snd_pcm_timer_free()
107 tid.subdevice = (substream->number << 1) | (substream->stream & 1); in snd_pcm_timer_init()
121 substream->timer = timer; in snd_pcm_timer_init()
126 if (substream->timer) { in snd_pcm_timer_done()
127 snd_device_free(substream->pcm->card, substream->timer); in snd_pcm_timer_done()
[all …]
H A Dpcm_trace.h13 TP_ARGS(substream, pos, irq),
30 __entry->number = (substream)->number;
31 __entry->stream = (substream)->stream;
52 TP_ARGS(substream),
66 __entry->number = (substream)->number;
67 __entry->stream = (substream)->stream;
85 TP_ARGS(substream, why),
96 __entry->number = (substream)->number;
97 __entry->stream = (substream)->stream;
108 TP_ARGS(substream, prev, curr),
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/old-stuff/
H A Dpcm_native.c496 substream->ops->hw_free(substream); in snd_pcm_hw_params()
1146 substream; substream = substream->next) { in snd_pcm_suspend_all()
2095 pcm_file->substream = substream; in snd_pcm_open_file()
2190 substream = pcm_file->substream; in snd_pcm_release()
2814 substream = pcm_file->substream; in snd_pcm_read()
2838 substream = pcm_file->substream; in snd_pcm_write()
2866 substream = pcm_file->substream; in snd_pcm_aio_read()
2901 substream = pcm_file->substream; in snd_pcm_aio_write()
2933 substream = pcm_file->substream; in snd_pcm_playback_poll()
2972 substream = pcm_file->substream; in snd_pcm_capture_poll()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/arm/
H A Dpxa2xx-pcm-lib.c57 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in pxa2xx_pcm_hw_params()
145 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer() local
161 struct snd_pcm_substream *substream; in pxa2xx_pcm_free_dma_buffers() local
166 substream = pcm->streams[stream].substream; in pxa2xx_pcm_free_dma_buffers()
167 if (!substream) in pxa2xx_pcm_free_dma_buffers()
169 buf = &substream->dma_buffer; in pxa2xx_pcm_free_dma_buffers()
217 return pxa2xx_pcm_open(substream); in pxa2xx_soc_pcm_open()
224 return pxa2xx_pcm_close(substream); in pxa2xx_soc_pcm_close()
239 return pxa2xx_pcm_hw_free(substream); in pxa2xx_soc_pcm_hw_free()
246 return pxa2xx_pcm_prepare(substream); in pxa2xx_soc_pcm_prepare()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/arm/
H A Dpxa2xx-pcm-lib.c57 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in pxa2xx_pcm_hw_params()
145 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer() local
161 struct snd_pcm_substream *substream; in pxa2xx_pcm_free_dma_buffers() local
166 substream = pcm->streams[stream].substream; in pxa2xx_pcm_free_dma_buffers()
167 if (!substream) in pxa2xx_pcm_free_dma_buffers()
169 buf = &substream->dma_buffer; in pxa2xx_pcm_free_dma_buffers()
217 return pxa2xx_pcm_open(substream); in pxa2xx_soc_pcm_open()
224 return pxa2xx_pcm_close(substream); in pxa2xx_soc_pcm_close()
239 return pxa2xx_pcm_hw_free(substream); in pxa2xx_soc_pcm_hw_free()
246 return pxa2xx_pcm_prepare(substream); in pxa2xx_soc_pcm_prepare()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/arm/
H A Dpxa2xx-pcm-lib.c57 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in pxa2xx_pcm_hw_params()
145 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer() local
161 struct snd_pcm_substream *substream; in pxa2xx_pcm_free_dma_buffers() local
166 substream = pcm->streams[stream].substream; in pxa2xx_pcm_free_dma_buffers()
167 if (!substream) in pxa2xx_pcm_free_dma_buffers()
169 buf = &substream->dma_buffer; in pxa2xx_pcm_free_dma_buffers()
217 return pxa2xx_pcm_open(substream); in pxa2xx_soc_pcm_open()
224 return pxa2xx_pcm_close(substream); in pxa2xx_soc_pcm_close()
239 return pxa2xx_pcm_hw_free(substream); in pxa2xx_soc_pcm_hw_free()
246 return pxa2xx_pcm_prepare(substream); in pxa2xx_soc_pcm_prepare()
[all …]
/dports/net-im/farstream/farstream-0.2.9/gst/fsrtpconference/
H A Dfs-rtp-substream.c949 if (substream->priv->stream && !substream->priv->output_ghostpad) in fs_rtp_sub_stream_set_codecbin()
996 return substream; in fs_rtp_sub_stream_new()
1100 substream->ssrc, in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1101 substream->pt); in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1121 substream->ssrc, substream->pt); in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1129 substream->ssrc, substream->pt); in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1139 substream->priv->session->id, substream->ssrc, substream->pt); in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1148 substream->ssrc, substream->pt, in fs_rtp_sub_stream_add_output_ghostpad_unlock()
1259 substream->priv->session->id, substream->ssrc, substream->pt); in _rtpbin_pad_blocked_callback()
1329 substream->pt); in _rtpbin_pad_blocked_callback()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c48 struct snd_pcm_substream *substream = iprtd->substream; in snd_hrtimer_callback() local
84 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in snd_imx_pcm_hw_params()
185 iprtd->substream = substream; in snd_imx_open()
235 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in imx_pcm_preallocate_dma_buffer() local
290 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_imx_pcm_new()
291 if (substream) { in snd_imx_pcm_new()
297 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_imx_pcm_new()
298 if (substream) { in snd_imx_pcm_new()
317 substream = pcm->streams[stream].substream; in imx_pcm_free()
318 if (!substream) in imx_pcm_free()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c48 struct snd_pcm_substream *substream = iprtd->substream; in snd_hrtimer_callback() local
84 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in snd_imx_pcm_hw_params()
185 iprtd->substream = substream; in snd_imx_open()
235 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in imx_pcm_preallocate_dma_buffer() local
290 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_imx_pcm_new()
291 if (substream) { in snd_imx_pcm_new()
297 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_imx_pcm_new()
298 if (substream) { in snd_imx_pcm_new()
317 substream = pcm->streams[stream].substream; in imx_pcm_free()
318 if (!substream) in imx_pcm_free()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c48 struct snd_pcm_substream *substream = iprtd->substream; in snd_hrtimer_callback() local
84 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in snd_imx_pcm_hw_params()
185 iprtd->substream = substream; in snd_imx_open()
235 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in imx_pcm_preallocate_dma_buffer() local
290 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_imx_pcm_new()
291 if (substream) { in snd_imx_pcm_new()
297 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_imx_pcm_new()
298 if (substream) { in snd_imx_pcm_new()
317 substream = pcm->streams[stream].substream; in imx_pcm_free()
318 if (!substream) in imx_pcm_free()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/bcm/
H A Dbcm63xx-pcm-whistler.c44 struct snd_pcm_substream *substream, in bcm63xx_pcm_hw_params() argument
51 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in bcm63xx_pcm_hw_params()
64 struct snd_pcm_substream *substream) in bcm63xx_pcm_hw_free() argument
269 runtime = substream->runtime; in i2s_dma_isr()
305 snd_pcm_period_elapsed(substream); in i2s_dma_isr()
317 runtime = substream->runtime; in i2s_dma_isr()
355 snd_pcm_period_elapsed(substream); in i2s_dma_isr()
367 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in bcm63xx_pcm_preallocate_dma_buffer() local
430 substream = pcm->streams[stream].substream; in bcm63xx_pcm_free_dma_buffers()
431 if (!substream) in bcm63xx_pcm_free_dma_buffers()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/bcm/
H A Dbcm63xx-pcm-whistler.c44 struct snd_pcm_substream *substream, in bcm63xx_pcm_hw_params() argument
51 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in bcm63xx_pcm_hw_params()
64 struct snd_pcm_substream *substream) in bcm63xx_pcm_hw_free() argument
269 runtime = substream->runtime; in i2s_dma_isr()
305 snd_pcm_period_elapsed(substream); in i2s_dma_isr()
317 runtime = substream->runtime; in i2s_dma_isr()
355 snd_pcm_period_elapsed(substream); in i2s_dma_isr()
367 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in bcm63xx_pcm_preallocate_dma_buffer() local
430 substream = pcm->streams[stream].substream; in bcm63xx_pcm_free_dma_buffers()
431 if (!substream) in bcm63xx_pcm_free_dma_buffers()
[all …]

12345678910>>...103