Searched refs:transfer (Results 1 – 14 of 14) sorted by relevance
/sound/soc/sprd/ |
D | Kconfig | 11 tristate "Spreadtrum multi-channel data transfer support" 14 Say y here to enable multi-channel data transfer support. It
|
/sound/soc/sh/ |
D | rz-ssi.c | 101 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 …]
|
D | fsi.c | 272 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/ |
D | io.c | 132 plugin->transfer = io_playback_transfer; in snd_pcm_plugin_build_io() 136 plugin->transfer = io_capture_transfer; in snd_pcm_plugin_build_io()
|
D | copy.c | 89 plugin->transfer = copy_transfer; in snd_pcm_plugin_build_copy()
|
D | route.c | 108 plugin->transfer = route_transfer; in snd_pcm_plugin_build_route()
|
D | linear.c | 177 plugin->transfer = linear_transfer; in snd_pcm_plugin_build_linear()
|
D | pcm_plugin.h | 52 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, member
|
D | mulaw.c | 343 plugin->transfer = mulaw_transfer; in snd_pcm_plugin_build_mulaw()
|
D | pcm_plugin.c | 630 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()
|
D | rate.c | 342 plugin->transfer = rate_transfer; in snd_pcm_plugin_build_rate()
|
/sound/core/ |
D | pcm_lib.c | 48 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/ |
D | Kconfig | 16 a PCM and uses PIO to transfer data.
|
/sound/usb/usx2y/ |
D | usb_stream.c | 49 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()
|