Home
last modified time | relevance | path

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

/linux/sound/usb/6fire/
H A Dpcm.h21 PCM_N_URBS = 16, PCM_N_PACKETS_PER_URB = 8, PCM_MAX_PACKET_SIZE = 604 enumerator
H A Dpcm.c64 .period_bytes_min = PCM_N_PACKETS_PER_URB * (PCM_MAX_PACKET_SIZE - 4),
558 PCM_N_PACKETS_PER_URB * PCM_MAX_PACKET_SIZE; in usb6fire_pcm_init_urb()
573 rt->out_urbs[i].buffer = kcalloc(PCM_MAX_PACKET_SIZE, in usb6fire_pcm_buffers_init()
578 rt->in_urbs[i].buffer = kcalloc(PCM_MAX_PACKET_SIZE, in usb6fire_pcm_buffers_init()