Searched refs:PCM_MAX_PACKET_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | pcm.h | 21 PCM_N_URBS = 16, PCM_N_PACKETS_PER_URB = 8, PCM_MAX_PACKET_SIZE = 604 enumerator
|
H A D | pcm.c | 64 .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()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | pcm.h | 21 PCM_N_URBS = 16, PCM_N_PACKETS_PER_URB = 8, PCM_MAX_PACKET_SIZE = 604 enumerator
|
H A D | pcm.c | 64 .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()
|
Completed in 3 milliseconds