Home
last modified time | relevance | path

Searched defs:MAX_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/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
/linux-2.6.39/sound/usb/6fire/
Dpcm.c41 OUT_EP = 6, IN_EP = 2, MAX_BUFSIZE = 128 * 1024 enumerator