Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 12 of 12) sorted by relevance

/sound/core/oss/
Dio.c132 plugin->transfer = io_playback_transfer; in snd_pcm_plugin_build_io()
136 plugin->transfer = io_capture_transfer; in snd_pcm_plugin_build_io()
Dcopy.c89 plugin->transfer = copy_transfer; in snd_pcm_plugin_build_copy()
Droute.c106 plugin->transfer = route_transfer; in snd_pcm_plugin_build_route()
Dpcm_plugin.h67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, member
Dlinear.c175 plugin->transfer = linear_transfer; in snd_pcm_plugin_build_linear()
Dmulaw.c341 plugin->transfer = mulaw_transfer; in snd_pcm_plugin_build_mulaw()
Dpcm_plugin.c618 if ((frames = plugin->transfer(plugin, src_channels, dst_channels, frames)) < 0) in snd_pcm_plug_write_transfer()
649 if ((frames = plugin->transfer(plugin, src_channels, dst_channels, frames)) < 0) in snd_pcm_plug_read_transfer()
Drate.c342 plugin->transfer = rate_transfer; in snd_pcm_plugin_build_rate()
/sound/soc/dwc/
DKconfig15 a PCM and uses PIO to transfer data.
/sound/core/
Dpcm_lib.c56 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local
108 transfer = ofs + frames > runtime->buffer_size ? runtime->buffer_size - ofs : frames; in snd_pcm_playback_silence()
113 err = substream->ops->silence(substream, -1, ofs, transfer); in snd_pcm_playback_silence()
117 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer * runtime->channels); in snd_pcm_playback_silence()
125 err = substream->ops->silence(substream, c, ofs, transfer); in snd_pcm_playback_silence()
132 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer); in snd_pcm_playback_silence()
136 runtime->silence_filled += transfer; in snd_pcm_playback_silence()
137 frames -= transfer; in snd_pcm_playback_silence()
2015 transfer_f transfer) in snd_pcm_lib_write1() argument
2073 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1()
[all …]
/sound/usb/usx2y/
Dusb_stream.c60 struct urb **urbs, char *transfer, in init_pipe_urbs() argument
69 ++u, transfer += transfer_length) { in init_pipe_urbs()
72 urb->transfer_buffer = transfer; in init_pipe_urbs()
/sound/soc/sh/
Dfsi.c276 int (*transfer)(struct fsi_priv *fsi, struct fsi_stream *io); member
578 return fsi_stream_handler_call(io, transfer, fsi, io); in fsi_stream_transfer()
1227 .transfer = fsi_pio_push,
1233 .transfer = fsi_pio_pop,
1429 .transfer = fsi_dma_transfer,