Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/line6/
Dplayback.c28 int bytes_per_frame) in change_volume() argument
35 if (bytes_per_frame == 4) { in change_volume()
44 } else if (bytes_per_frame == 6) { in change_volume()
67 struct urb *urb_out, int bytes_per_frame) in create_impulse_test_signal() argument
69 int frames = urb_out->transfer_buffer_length / bytes_per_frame; in create_impulse_test_signal()
71 if (bytes_per_frame == 4) { in create_impulse_test_signal()
82 } else if (bytes_per_frame == 6) { in create_impulse_test_signal()
88 for (j = 0; j < bytes_per_frame / 2; ++j) in create_impulse_test_signal()
91 for (; j < bytes_per_frame; ++j) in create_impulse_test_signal()
94 pi += bytes_per_frame; in create_impulse_test_signal()
[all …]
Dcapture.c148 const int bytes_per_frame = line6pcm->properties->bytes_per_frame; in line6_capture_copy() local
149 int frames = fsize / bytes_per_frame; in line6_capture_copy()
164 line6pcm->pos_in_done * bytes_per_frame, fbuf, in line6_capture_copy()
165 len * bytes_per_frame); in line6_capture_copy()
166 memcpy(runtime->dma_area, fbuf + len * bytes_per_frame, in line6_capture_copy()
167 (frames - len) * bytes_per_frame); in line6_capture_copy()
176 line6pcm->pos_in_done * bytes_per_frame, fbuf, fsize); in line6_capture_copy()
Dpodhd.c74 .bytes_per_frame = PODHD_BYTES_PER_FRAME
Dpcm.h179 int bytes_per_frame; member
Dtoneport.c78 .bytes_per_frame = 4
Dpod.c118 .bytes_per_frame = POD_BYTES_PER_FRAME
/linux-3.4.99/sound/usb/6fire/
Dpcm.c203 int bytes_per_frame = alsa_rt->channels << 2; in usb6fire_pcm_capture() local
223 memcpy(dest, src, bytes_per_frame); in usb6fire_pcm_capture()
250 int bytes_per_frame = alsa_rt->channels << 2; in usb6fire_pcm_playback() local
271 memcpy(dest, src, bytes_per_frame); in usb6fire_pcm_playback()
/linux-3.4.99/sound/pci/mixart/
Dmixart_core.h399 u32 bytes_per_frame; member
/linux-3.4.99/sound/pci/lx6464es/
Dlx6464es.c433 const u32 bytes_per_frame = channels * 3; in lx_trigger_start() local
436 const u32 period_bytes = period_size * bytes_per_frame; in lx_trigger_start()
Dlx_core.c1169 const u32 bytes_per_frame = channels * 3; in lx_interrupt_request_new_buffer() local
1171 const u32 period_bytes = period_size * bytes_per_frame; in lx_interrupt_request_new_buffer()
/linux-3.4.99/sound/pci/asihpi/
Dhpi.h1302 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame,
Dhpifunc.c1025 u16 hpi_instream_ancillary_reset(u32 h_instream, u16 bytes_per_frame, in hpi_instream_ancillary_reset() argument
1034 hm.u.d.u.data.format.attributes = bytes_per_frame; in hpi_instream_ancillary_reset()