Home
last modified time | relevance | path

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

/linux-3.4.99/sound/oss/dmasound/
Ddmasound.h70 #define MAX_BUFSIZE (1<<17) /* Limit for Amiga is 128 kb */ macro
78 #define MAX_BUFSIZE (1<<18) /* this is somewhat arbitrary for pmac */ macro
Ddmasound_core.c1478 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()
/linux-3.4.99/sound/usb/6fire/
Dpcm.c37 OUT_EP = 6, IN_EP = 2, MAX_BUFSIZE = 128 * 1024 enumerator
67 .buffer_bytes_max = MAX_BUFSIZE,
69 .period_bytes_max = MAX_BUFSIZE,
661 MAX_BUFSIZE, MAX_BUFSIZE); in usb6fire_pcm_init()