Home
last modified time | relevance | path

Searched refs:bytes_per_frame (Results 1 – 9 of 9) sorted by relevance

/sound/usb/line6/
A Dplayback.c22 int bytes_per_frame) in change_volume() argument
29 if (bytes_per_frame == 4) { in change_volume()
70 if (bytes_per_frame == 4) { in create_impulse_test_signal()
93 pi += bytes_per_frame; in create_impulse_test_signal()
94 po += bytes_per_frame; in create_impulse_test_signal()
114 if (bytes_per_frame == 4) { in add_monitor_signal()
145 const int bytes_per_frame = in submit_audio_out_urb() local
183 fsize *= bytes_per_frame; in submit_audio_out_urb()
240 bytes_per_frame); in submit_audio_out_urb()
250 bytes_per_frame); in submit_audio_out_urb()
[all …]
A Dcapture.c89 const int bytes_per_frame = in line6_capture_copy() local
92 int frames = fsize / bytes_per_frame; in line6_capture_copy()
108 line6pcm->in.pos_done * bytes_per_frame, fbuf, in line6_capture_copy()
109 len * bytes_per_frame); in line6_capture_copy()
110 memcpy(runtime->dma_area, fbuf + len * bytes_per_frame, in line6_capture_copy()
111 (frames - len) * bytes_per_frame); in line6_capture_copy()
120 line6pcm->in.pos_done * bytes_per_frame, fbuf, fsize); in line6_capture_copy()
/sound/soc/codecs/
A Drt5677-spi.c215 size_t bytes_per_frame = frames_to_bytes(runtime, 1); in rt5677_spi_copy_block() local
219 if (begin > end || runtime->dma_bytes < 2 * bytes_per_frame) { in rt5677_spi_copy_block()
233 if (end - begin > runtime->dma_bytes - bytes_per_frame) in rt5677_spi_copy_block()
234 begin = end - (runtime->dma_bytes - bytes_per_frame); in rt5677_spi_copy_block()
/sound/usb/6fire/
A Dpcm.c205 int bytes_per_frame = alsa_rt->channels << 2; in usb6fire_pcm_capture() local
225 memcpy(dest, src, bytes_per_frame); in usb6fire_pcm_capture()
252 int bytes_per_frame = alsa_rt->channels << 2; in usb6fire_pcm_playback() local
273 memcpy(dest, src, bytes_per_frame); in usb6fire_pcm_playback()
/sound/pci/mixart/
A Dmixart_core.h394 u32 bytes_per_frame; member
/sound/pci/lx6464es/
A Dlx6464es.c414 const u32 bytes_per_frame = channels * 3; in lx_trigger_start() local
417 const u32 period_bytes = period_size * bytes_per_frame; in lx_trigger_start()
A Dlx_core.c1019 const u32 bytes_per_frame = channels * 3; in lx_interrupt_request_new_buffer() local
1021 const u32 period_bytes = period_size * bytes_per_frame; in lx_interrupt_request_new_buffer()
/sound/pci/asihpi/
A Dhpi.h1286 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame,
A Dhpifunc.c1026 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame, in hpi_instream_ancillary_reset() argument
1035 hm.u.d.u.data.format.attributes = bytes_per_frame; in hpi_instream_ancillary_reset()

Completed in 42 milliseconds