Searched refs:bytes_per_frame (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/sound/usb/line6/ |
A D | playback.c | 22 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 D | capture.c | 89 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()
|
/linux-6.3-rc2/drivers/staging/most/dim2/ |
A D | hal.c | 464 if (bytes_per_frame <= 0) in check_bytes_per_frame() 467 if (bytes_per_frame > max_size) in check_bytes_per_frame() 503 u32 const unit = bytes_per_frame << g.fcnt; in norm_sync_buffer_size() 606 ch->bytes_per_frame = 0; in isoc_init() 617 ch->bytes_per_frame = bytes_per_frame; in sync_init() 628 ch->bytes_per_frame = 0; in channel_init() 662 if (ch->bytes_per_frame && in channel_start() 675 if (ch->packet_length || ch->bytes_per_frame) in channel_start() 803 if (!check_bytes_per_frame(bytes_per_frame)) in dim_norm_sync_buffer_size() 858 u16 bytes_per_frame) in dim_init_sync() argument [all …]
|
A D | hal.h | 53 u16 bytes_per_frame; /*< Synchronous bytes per frame. */ member 68 u16 dim_norm_sync_buffer_size(u16 buf_size, u16 bytes_per_frame); 80 u16 bytes_per_frame);
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | rt5677-spi.c | 215 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()
|
/linux-6.3-rc2/sound/usb/6fire/ |
A D | pcm.c | 205 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()
|
/linux-6.3-rc2/sound/pci/mixart/ |
A D | mixart_core.h | 394 u32 bytes_per_frame; member
|
/linux-6.3-rc2/sound/pci/lx6464es/ |
A D | lx6464es.c | 414 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 D | lx_core.c | 1019 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()
|
/linux-6.3-rc2/sound/pci/asihpi/ |
A D | hpi.h | 1299 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame,
|
A D | hpifunc.c | 1026 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 28 milliseconds