Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsb_audio.c835 #define LBUFCOPYSIZE 1024 macro
870 locallen = (c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c); in sb16_copy_from_user()
900 locallen = (c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c); in sb16_copy_from_user()