Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Ddev_table.h69 #define MAX_SUB_BUFFERS (32*MAX_REALTIME_FACTOR) macro
116 int counts[MAX_SUB_BUFFERS];
141 int buf_flags[MAX_SUB_BUFFERS];
Daudio.c646 if (n > MAX_SUB_BUFFERS) in reorganize_buffers()
647 n = MAX_SUB_BUFFERS; in reorganize_buffers()
712 count = MAX_SUB_BUFFERS; in dma_set_fragment()
713 else if (count < MAX_SUB_BUFFERS) in dma_set_fragment()