Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/hiface/
Dpcm.c25 #define PCM_PACKET_SIZE 4096 macro
26 #define PCM_BUFFER_SIZE (2 * PCM_N_URBS * PCM_PACKET_SIZE)
98 .period_bytes_min = PCM_PACKET_SIZE,
223 memset(rt->out_urbs[i].buffer, 0, PCM_PACKET_SIZE); in hiface_pcm_stream_start()
272 if (sub->dma_off + PCM_PACKET_SIZE <= pcm_buffer_size) { in hiface_pcm_playback()
278 memcpy_swahw32(urb->buffer, source, PCM_PACKET_SIZE); in hiface_pcm_playback()
294 PCM_PACKET_SIZE - len); in hiface_pcm_playback()
296 sub->dma_off += PCM_PACKET_SIZE; in hiface_pcm_playback()
300 sub->period_off += PCM_PACKET_SIZE; in hiface_pcm_playback()
338 memset(out_urb->buffer, 0, PCM_PACKET_SIZE); in hiface_pcm_out_urb_handler()
[all …]