Home
last modified time | relevance | path

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

/Linux-v5.4/sound/usb/hiface/
Dpcm.c21 #define PCM_PACKET_SIZE 4096 macro
22 #define PCM_BUFFER_SIZE (2 * PCM_N_URBS * PCM_PACKET_SIZE)
94 .period_bytes_min = PCM_PACKET_SIZE,
219 memset(rt->out_urbs[i].buffer, 0, PCM_PACKET_SIZE); in hiface_pcm_stream_start()
268 if (sub->dma_off + PCM_PACKET_SIZE <= pcm_buffer_size) { in hiface_pcm_playback()
274 memcpy_swahw32(urb->buffer, source, PCM_PACKET_SIZE); in hiface_pcm_playback()
290 PCM_PACKET_SIZE - len); in hiface_pcm_playback()
292 sub->dma_off += PCM_PACKET_SIZE; in hiface_pcm_playback()
296 sub->period_off += PCM_PACKET_SIZE; in hiface_pcm_playback()
334 memset(out_urb->buffer, 0, PCM_PACKET_SIZE); in hiface_pcm_out_urb_handler()
[all …]