Home
last modified time | relevance | path

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

/sound/soc/sprd/
DKconfig11 tristate "Spreadtrum multi-channel data transfer support"
14 Say y here to enable multi-channel data transfer support. It
/sound/soc/sh/
Drz-ssi.c101 int (*transfer)(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm); member
552 strm->transfer(ssi, strm); in rz_ssi_interrupt()
564 strm->transfer(ssi, &ssi->playback); in rz_ssi_interrupt()
568 strm->transfer(ssi, &ssi->capture); in rz_ssi_interrupt()
743 ssi->playback.transfer = rz_ssi_pio_send; in rz_ssi_dai_trigger()
744 ssi->capture.transfer = rz_ssi_pio_recv; in rz_ssi_dai_trigger()
754 ret = strm->transfer(ssi, strm); in rz_ssi_dai_trigger()
969 ssi->playback.transfer = rz_ssi_pio_send; in rz_ssi_probe()
970 ssi->capture.transfer = rz_ssi_pio_recv; in rz_ssi_probe()
973 ssi->playback.transfer = rz_ssi_dma_transfer; in rz_ssi_probe()
[all …]
Dfsi.c272 int (*transfer)(struct fsi_priv *fsi, struct fsi_stream *io); member
573 return fsi_stream_handler_call(io, transfer, fsi, io); in fsi_stream_transfer()
1235 .transfer = fsi_pio_push,
1241 .transfer = fsi_pio_pop,
1437 .transfer = fsi_dma_transfer,
/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.c108 plugin->transfer = route_transfer; in snd_pcm_plugin_build_route()
Dlinear.c177 plugin->transfer = linear_transfer; in snd_pcm_plugin_build_linear()
Dpcm_plugin.h52 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, member
Dmulaw.c343 plugin->transfer = mulaw_transfer; in snd_pcm_plugin_build_mulaw()
Dpcm_plugin.c630 frames = plugin->transfer(plugin, src_channels, dst_channels, frames); in snd_pcm_plug_write_transfer()
663 frames = plugin->transfer(plugin, src_channels, dst_channels, frames); in snd_pcm_plug_read_transfer()
Drate.c342 plugin->transfer = rate_transfer; in snd_pcm_plugin_build_rate()
/sound/core/
Dpcm_lib.c48 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local
102 transfer = ofs + frames > runtime->buffer_size ? runtime->buffer_size - ofs : frames; in snd_pcm_playback_silence()
103 err = fill_silence_frames(substream, ofs, transfer); in snd_pcm_playback_silence()
105 runtime->silence_filled += transfer; in snd_pcm_playback_silence()
106 frames -= transfer; in snd_pcm_playback_silence()
2033 pcm_transfer_f transfer) in interleaved_copy() argument
2041 return transfer(substream, 0, hwoff, data + off, frames); in interleaved_copy()
2051 pcm_transfer_f transfer) in noninterleaved_copy() argument
2069 err = transfer(substream, c, hwoff, *bufs + off, in noninterleaved_copy()
2161 pcm_transfer_f transfer; in __snd_pcm_lib_xfer() local
[all …]
/sound/soc/dwc/
DKconfig16 a PCM and uses PIO to transfer data.
/sound/usb/usx2y/
Dusb_stream.c49 struct urb **urbs, char *transfer, in init_pipe_urbs() argument
58 ++u, transfer += transfer_length) { in init_pipe_urbs()
62 urb->transfer_buffer = transfer; in init_pipe_urbs()