Home
last modified time | relevance | path

Searched refs:MAX_BUFSIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound.h71 #define MAX_BUFSIZE (1<<17) /* Limit for Amiga is 128 kb */ macro
79 #define MAX_BUFSIZE (1<<18) /* this is somewhat arbitrary for pmac */ macro
H A Ddmasound_core.c1473 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound.h71 #define MAX_BUFSIZE (1<<17) /* Limit for Amiga is 128 kb */ macro
79 #define MAX_BUFSIZE (1<<18) /* this is somewhat arbitrary for pmac */ macro
H A Ddmasound_core.c1459 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dpcm.c33 OUT_EP = 6, IN_EP = 2, MAX_BUFSIZE = 128 * 1024 enumerator
63 .buffer_bytes_max = MAX_BUFSIZE,
65 .period_bytes_max = MAX_BUFSIZE,
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c33 OUT_EP = 6, IN_EP = 2, MAX_BUFSIZE = 128 * 1024 enumerator
63 .buffer_bytes_max = MAX_BUFSIZE,
65 .period_bytes_max = MAX_BUFSIZE,

Completed in 7 milliseconds