Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound.h72 #define MAX_BUFSIZE (1<<17) /* Limit for Amiga is 128 kb */ macro
80 #define MAX_BUFSIZE (1<<18) /* this is somewhat arbitrary for pmac */ macro
Ddmasound_core.c1679 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()
1701 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()