Symbol: frames_to_bytes
include/sound/pcm-indirect.h
121
rec->sw_ready -= frames_to_bytes(runtime, diff);
include/sound/pcm-indirect.h
48
rec->sw_ready += (int)frames_to_bytes(runtime, diff);
include/sound/pcm.h
801
return frames_to_bytes(runtime, runtime->buffer_size);
include/sound/pcm.h
813
return frames_to_bytes(runtime, runtime->period_size);
sound/atmel/ac97c.c
184
int block_size = frames_to_bytes(runtime, runtime->period_size);
sound/atmel/ac97c.c
266
int block_size = frames_to_bytes(runtime, runtime->period_size);
sound/atmel/ac97c.c
480
block_size = frames_to_bytes(runtime, runtime->period_size);
sound/atmel/ac97c.c
498
block_size = frames_to_bytes(runtime, runtime->period_size);
sound/core/oss/pcm_oss.c
1388
bytes = frames_to_bytes(runtime, frames1);
sound/core/oss/pcm_oss.c
1498
bytes = frames_to_bytes(runtime, frames1);
sound/core/oss/pcm_oss.c
583
long bytes = frames_to_bytes(runtime, frames);
sound/core/pcm_lib.c
2137
hwoff = frames_to_bytes(runtime, hwoff);
sound/core/pcm_lib.c
2138
off = frames_to_bytes(runtime, off);
sound/core/pcm_lib.c
2139
frames = frames_to_bytes(runtime, frames);
sound/core/pcm_native.c
3557
result = frames_to_bytes(runtime, result);
sound/core/pcm_native.c
3582
result = frames_to_bytes(runtime, result);
sound/core/pcm_native.c
3622
result = frames_to_bytes(runtime, result);
sound/core/pcm_native.c
3661
result = frames_to_bytes(runtime, result);
sound/drivers/aloop.c
483
frames_to_bytes(runtime, runtime->period_size);
sound/drivers/aloop.c
509
dpcm->pcm_buffer_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/drivers/aloop.c
522
dpcm->pcm_period_size = frames_to_bytes(runtime, runtime->period_size);
sound/drivers/aloop.c
812
elapsed_bytes = frames_to_bytes(valid_runtime,
sound/drivers/vx/vx_pcm.c
834
pipe->buffer_bytes = frames_to_bytes(runtime, runtime->buffer_size);
sound/drivers/vx/vx_pcm.c
835
pipe->period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/drivers/vx/vx_pcm.c
996
size = frames_to_bytes(runtime, size);
sound/firewire/amdtp-am824.c
164
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/amdtp-am824.c
195
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/digi00x/amdtp-dot.c
161
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/digi00x/amdtp-dot.c
193
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/fireface/amdtp-ff.c
46
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/fireface/amdtp-ff.c
76
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/motu/amdtp-motu.c
110
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/motu/amdtp-motu.c
146
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/tascam/amdtp-tascam.c
51
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/firewire/tascam/amdtp-tascam.c
81
frames_to_bytes(runtime, pcm_buffer_pointer);
sound/hda/controllers/intel.c
868
delay = frames_to_bytes(runtime, AMD_FIFO_SIZE);
sound/hda/core/stream.c
322
-frames_to_bytes(runtime, 64);
sound/hda/core/stream.c
529
pos_adj = frames_to_bytes(runtime, pos_adj);
sound/mips/sgio2audio.c
358
dst_mask = frames_to_bytes(runtime, runtime->buffer_size) - 1;
sound/mips/sgio2audio.c
404
src_mask = frames_to_bytes(runtime, runtime->buffer_size) - 1;
sound/pci/asihpi/asihpi.c
797
(unsigned long)frames_to_bytes(runtime,
sound/pci/asihpi/asihpi.c
799
(unsigned long)frames_to_bytes(runtime,
sound/pci/ca0106/ca0106_main.c
713
u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/pci/ca0106/ca0106_main.c
734
frames_to_bytes(runtime, 1));
sound/pci/ca0106/ca0106_main.c
800
snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes
sound/pci/ca0106/ca0106_main.c
841
frames_to_bytes(runtime, 1));
sound/pci/ca0106/ca0106_main.c
903
snd_ca0106_ptr_write(emu, CAPTURE_BUFFER_SIZE, channel, frames_to_bytes(runtime, runtime->buffer_size)<<16); // buffer size in bytes
sound/pci/echoaudio/echoaudio.c
1794
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/pci/echoaudio/echoaudio.c
818
pipe->position %= frames_to_bytes(runtime, runtime->buffer_size); /* wrap */
sound/pci/emu10k1/emu10k1x.c
434
u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/pci/emu10k1/emu10k1x.c
450
snd_emu10k1x_ptr_write(emu, PLAYBACK_PERIOD_SIZE, voice, frames_to_bytes(runtime, runtime->period_size)<<16);
sound/pci/emu10k1/emu10k1x.c
509
if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size))
sound/pci/emu10k1/emu10k1x.c
616
snd_emu10k1x_ptr_write(emu, CAPTURE_BUFFER_SIZE, 0, frames_to_bytes(runtime, runtime->buffer_size)<<16); // buffer size in bytes
sound/pci/emu10k1/p16v.c
242
u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/pci/emu10k1/p16v.c
253
runtime->periods, frames_to_bytes(runtime, 1));
sound/pci/emu10k1/p16v.c
335
snd_emu10k1_ptr20_write(emu, CAPTURE_BUFFER_SIZE, channel, frames_to_bytes(runtime, runtime->buffer_size) << 16); // buffer size in bytes
sound/pci/maestro3.c
1142
s->dma_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/pci/maestro3.c
1143
s->period_size = frames_to_bytes(runtime, runtime->period_size);
sound/pci/nm256/nm256.c
620
s->dma_size = frames_to_bytes(runtime, substream->runtime->buffer_size);
sound/pci/nm256/nm256.c
621
s->period_size = frames_to_bytes(runtime, substream->runtime->period_size);
sound/pci/riptide/riptide.c
1122
frames_to_bytes(runtime,
sound/pci/riptide/riptide.c
1480
size = frames_to_bytes(runtime, runtime->buffer_size);
sound/pci/riptide/riptide.c
1481
period = frames_to_bytes(runtime, runtime->period_size);
sound/sh/aica.c
263
frames_to_bytes(runtime, runtime->buffer_size);
sound/sh/aica.c
299
frames_to_bytes(runtime,
sound/sh/sh_dac_audio.c
267
ssize_t b_ps = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/acp-pcm-dma.c
1047
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/acp-pcm-dma.c
1065
buffersize = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/acp/acp-i2s.c
395
period_bytes = frames_to_bytes(substream->runtime, substream->runtime->period_size);
sound/soc/amd/acp/acp-i2s.c
396
buf_size = frames_to_bytes(substream->runtime, substream->runtime->buffer_size);
sound/soc/amd/acp/acp-legacy-common.c
155
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/acp/acp-legacy-common.c
156
pdm_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/acp/acp-pdm.c
44
period_bytes = frames_to_bytes(substream->runtime,
sound/soc/amd/acp/acp-pdm.c
46
size_dmic = frames_to_bytes(substream->runtime,
sound/soc/amd/acp/acp-platform.c
279
buffersize = frames_to_bytes(substream->runtime,
sound/soc/amd/acp/acp-rembrandt.c
216
buf_size = frames_to_bytes(substream->runtime, buf_in_frames);
sound/soc/amd/acp/acp-renoir.c
160
buf_size = frames_to_bytes(substream->runtime, buf_in_frames);
sound/soc/amd/acp/acp63.c
267
buf_size = frames_to_bytes(substream->runtime, buf_in_frames);
sound/soc/amd/acp/acp70.c
197
buf_size = frames_to_bytes(substream->runtime, buf_in_frames);
sound/soc/amd/ps/ps-pdm-dma.c
258
buffersize = frames_to_bytes(stream->runtime,
sound/soc/amd/ps/ps-pdm-dma.c
416
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/ps/ps-pdm-dma.c
417
buffer_len = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/ps/ps-sdw-dma.c
491
buffersize = frames_to_bytes(substream->runtime,
sound/soc/amd/ps/ps-sdw-dma.c
718
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/ps/ps-sdw-dma.c
719
buf_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/ps/ps-sdw-dma.c
759
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/ps/ps-sdw-dma.c
760
buf_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/raven/acp3x-i2s.c
157
period_bytes = frames_to_bytes(substream->runtime,
sound/soc/amd/raven/acp3x-i2s.c
159
buf_size = frames_to_bytes(substream->runtime,
sound/soc/amd/raven/acp3x-pcm-dma.c
305
buffersize = frames_to_bytes(substream->runtime,
sound/soc/amd/renoir/acp3x-pdm-dma.c
281
buffersize = frames_to_bytes(stream->runtime,
sound/soc/amd/renoir/acp3x-pdm-dma.c
457
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/renoir/acp3x-pdm-dma.c
458
buffer_len = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/amd/vangogh/acp5x-i2s.c
243
period_bytes = frames_to_bytes(substream->runtime,
sound/soc/amd/vangogh/acp5x-i2s.c
245
buf_size = frames_to_bytes(substream->runtime,
sound/soc/amd/vangogh/acp5x-pcm-dma.c
299
buffersize = frames_to_bytes(substream->runtime,
sound/soc/amd/yc/acp6x-pdm-dma.c
255
buffersize = frames_to_bytes(stream->runtime,
sound/soc/amd/yc/acp6x-pdm-dma.c
408
period_bytes = frames_to_bytes(runtime, runtime->period_size);
sound/soc/amd/yc/acp6x-pdm-dma.c
409
buffer_len = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/codecs/rt5677-spi.c
215
size_t bytes_per_frame = frames_to_bytes(runtime, 1);
sound/soc/fsl/imx-pcm-rpmsg.c
543
buffer_tail = (frames_to_bytes(runtime, runtime->control->appl_ptr) %
sound/soc/fsl/mpc5200_dma.c
127
s->period_bytes = frames_to_bytes(runtime,
sound/soc/google/chv3-i2s.c
259
bytes = frames_to_bytes(runtime, runtime->control->appl_ptr);
sound/soc/intel/catpt/pcm.c
480
pos = frames_to_bytes(runtime, runtime->start_threshold);
sound/soc/intel/catpt/pcm.c
543
frames_to_bytes(r, newpos),
sound/soc/kirkwood/kirkwood-dma.c
205
size = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/renesas/rz-ssi.c
731
dma_paddr = runtime->dma_addr + frames_to_bytes(runtime,
sound/soc/renesas/rz-ssi.c
733
dma_size = frames_to_bytes(runtime, amount);
sound/soc/sof/intel/hda-pcm.c
162
appl_pos = frames_to_bytes(runtime, runtime->control->appl_ptr);
sound/soc/sof/intel/hda-pcm.c
163
buf_size = frames_to_bytes(runtime, runtime->buffer_size);
sound/soc/sof/ipc4-pcm.c
1202
host_cnt = div64_u64(host_cnt, frames_to_bytes(substream->runtime, 1));
sound/spi/at73c213.c
256
block_size = frames_to_bytes(runtime, runtime->period_size);
sound/spi/at73c213.c
359
block_size = frames_to_bytes(runtime, runtime->period_size);
sound/usb/caiaq/audio.c
347
int sz = frames_to_bytes(rt, rt->buffer_size);
sound/usb/caiaq/audio.c
394
int sz = frames_to_bytes(rt, rt->buffer_size);
sound/usb/caiaq/audio.c
426
sz = frames_to_bytes(rt, rt->buffer_size);
sound/usb/caiaq/audio.c
507
int sz = frames_to_bytes(rt, rt->buffer_size);
sound/usb/caiaq/audio.c
543
sz = frames_to_bytes(rt, rt->buffer_size);
sound/usb/pcm.c
703
subs->buffer_bytes = frames_to_bytes(runtime, runtime->buffer_size);
sound/usb/usx2y/us144mkii_capture.c
231
frames_to_bytes(
sound/usb/usx2y/us144mkii_playback.c
218
size_t first_chunk_bytes = frames_to_bytes(
sound/usb/usx2y/us144mkii_playback.c
225
frames_to_bytes(runtime, offset_frames),
sound/usb/usx2y/us144mkii_playback.c
232
frames_to_bytes(runtime, offset_frames),
sound/x86/intel_hdmi_audio.c
1182
(int)frames_to_bytes(runtime, runtime->period_size));
sound/x86/intel_hdmi_audio.c
906
frames_to_bytes(runtime, runtime->period_size);