Home
last modified time | relevance | path

Searched refs:snd_pcm_uframes_t (Results 1 – 25 of 222) sorted by relevance

123456789

/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.h28 snd_pcm_uframes_t frames; /* allocated frames */
50 snd_pcm_uframes_t frames,
55 snd_pcm_uframes_t frames);
65 snd_pcm_uframes_t buf_frames;
120 snd_pcm_uframes_t size);
123 snd_pcm_uframes_t size);
126 char *buf, snd_pcm_uframes_t count,
130 snd_pcm_uframes_t frames,
153 const char *ptr, snd_pcm_uframes_t size,
158 void **bufs, snd_pcm_uframes_t frames);
[all …]
H A Droute.c28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas()
41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area()
50 snd_pcm_uframes_t frames) in route_transfer()
H A Dmulaw.c144 snd_pcm_uframes_t frames);
171 snd_pcm_uframes_t frames) in mulaw_decode()
180 snd_pcm_uframes_t frames1; in mulaw_decode()
217 snd_pcm_uframes_t frames) in mulaw_encode()
226 snd_pcm_uframes_t frames1; in mulaw_encode()
251 snd_pcm_uframes_t frames) in mulaw_transfer()
H A Dio.c40 snd_pcm_uframes_t frames) in io_playback_transfer()
66 snd_pcm_uframes_t frames) in io_capture_transfer()
91 snd_pcm_uframes_t frames, in io_src_channels()
H A Dlinear.c58 snd_pcm_uframes_t frames) in convert()
67 snd_pcm_uframes_t frames1; in convert()
91 snd_pcm_uframes_t frames) in linear_transfer()
H A Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc()
108 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
143 snd_pcm_uframes_t frames, in snd_pcm_plugin_client_channels()
247 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_fr… in snd_pcm_plug_client_size()
262 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_fra… in snd_pcm_plug_slave_size()
559 snd_pcm_uframes_t count, in snd_pcm_plug_client_channels_buf()
597 …truct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *src_channels, snd_pcm_uframes_t size) in snd_pcm_plug_write_transfer()
639 …snd_pcm_substream *plug, struct snd_pcm_plugin_channel *dst_channels_final, snd_pcm_uframes_t size) in snd_pcm_plug_read_transfer()
H A Drate.c183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames()
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames()
252 snd_pcm_uframes_t frames) in rate_transfer()
254 snd_pcm_uframes_t dst_frames; in rate_transfer()
/openbmc/linux/sound/core/
H A Dpcm_trace.h20 __field( snd_pcm_uframes_t, pos )
21 __field( snd_pcm_uframes_t, period_size )
22 __field( snd_pcm_uframes_t, buffer_size )
23 __field( snd_pcm_uframes_t, old_hw_ptr )
24 __field( snd_pcm_uframes_t, hw_ptr_base )
58 __field( snd_pcm_uframes_t, period_size )
60 __field( snd_pcm_uframes_t, old_hw_ptr )
107 TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_uframes_t prev, snd_pcm_uframes_t curr),
114 __field( snd_pcm_uframes_t, prev )
115 __field( snd_pcm_uframes_t, curr )
[all …]
H A Dpcm_local.h27 snd_pcm_uframes_t appl_ptr);
33 snd_pcm_uframes_t new_hw_ptr);
35 static inline snd_pcm_uframes_t
44 static inline snd_pcm_uframes_t
H A Dpcm_lib.c34 snd_pcm_uframes_t off, snd_pcm_uframes_t frames);
38 snd_pcm_uframes_t ptr, in update_silence_vars()
209 snd_pcm_uframes_t avail; in snd_pcm_update_state()
287 snd_pcm_uframes_t pos; in snd_pcm_update_hw_ptr0()
1892 snd_pcm_uframes_t avail = 0; in wait_for_avail()
1979 snd_pcm_uframes_t, snd_pcm_uframes_t, pcm_transfer_f,
2065 snd_pcm_uframes_t off, in interleaved_copy()
2119 snd_pcm_uframes_t off, snd_pcm_uframes_t frames) in fill_silence_frames()
2212 snd_pcm_uframes_t xfer = 0; in __snd_pcm_lib_xfer()
2214 snd_pcm_uframes_t avail; in __snd_pcm_lib_xfer()
[all …]
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h147 typedef unsigned long snd_pcm_uframes_t; typedef
419 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
440 snd_pcm_uframes_t stop_threshold; /* - stop playback */
444 snd_pcm_uframes_t boundary; /* pointers wrap point */
482 snd_pcm_uframes_t appl_ptr; /* appl ptr */
483 snd_pcm_uframes_t hw_ptr; /* hw ptr */
485 snd_pcm_uframes_t avail; /* number of frames available */
530 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
571 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
606 snd_pcm_uframes_t frames;
[all …]
/openbmc/linux/include/uapi/sound/
H A Dasound.h147 typedef unsigned long snd_pcm_uframes_t; typedef
419 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
440 snd_pcm_uframes_t stop_threshold; /* - stop playback */
444 snd_pcm_uframes_t boundary; /* pointers wrap point */
482 snd_pcm_uframes_t appl_ptr; /* appl ptr */
483 snd_pcm_uframes_t hw_ptr; /* hw ptr */
485 snd_pcm_uframes_t avail; /* number of frames available */
530 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
571 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
606 snd_pcm_uframes_t frames;
[all …]
/openbmc/linux/include/sound/
H A Dpcm.h353 snd_pcm_uframes_t avail_max;
382 snd_pcm_uframes_t start_threshold;
383 snd_pcm_uframes_t stop_threshold;
384 snd_pcm_uframes_t silence_threshold;
385 snd_pcm_uframes_t silence_size;
386 snd_pcm_uframes_t boundary;
1152 void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_read()
1180 void *buf, snd_pcm_uframes_t frames) in snd_pcm_kernel_read()
1194 void **bufs, snd_pcm_uframes_t frames) in snd_pcm_kernel_readv()
1569 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
H A Dpcm-indirect.h24 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
39 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_playback_transfer()
81 static inline snd_pcm_uframes_t
113 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_capture_transfer()
154 static inline snd_pcm_uframes_t
H A Dpxa2xx-lib.h18 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);
36 extern snd_pcm_uframes_t
H A Ddmaengine_pcm.h33 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
34 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
/openbmc/linux/sound/usb/line6/
H A Dpcm.h98 snd_pcm_uframes_t pos;
115 snd_pcm_uframes_t pos_done;
189 extern snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream);
/openbmc/linux/sound/usb/6fire/
H A Dpcm.h42 snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */
43 snd_pcm_uframes_t period_off; /* current position in current period */
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-pcm.c89 snd_pcm_uframes_t acp_pcm_pointer(struct snd_sof_dev *sdev, in acp_pcm_pointer()
97 snd_pcm_uframes_t pos; in acp_pcm_pointer()
/openbmc/linux/include/trace/events/
H A Dsof.h66 snd_pcm_uframes_t dma_posn,
67 snd_pcm_uframes_t dai_posn
/openbmc/linux/sound/arm/
H A Dpxa2xx-pcm-lib.c67 snd_pcm_uframes_t
185 snd_pcm_uframes_t
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-afe-platform-driver.h20 snd_pcm_uframes_t mtk_afe_pcm_pointer(struct snd_soc_component *component,
/openbmc/linux/sound/soc/tegra/
H A Dtegra_pcm.h32 snd_pcm_uframes_t tegra_pcm_pointer(struct snd_soc_component *component,
/openbmc/linux/sound/pci/aw2/
H A Daw2-alsa.c115 static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream
117 static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream
454 static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream in snd_aw2_pcm_pointer_playback()
473 static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream in snd_aw2_pcm_pointer_capture()
/openbmc/linux/sound/pci/lx6464es/
H A Dlx6464es.h44 snd_pcm_uframes_t frame_pos;

123456789