Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/usx2y/
Dusbusx2yaudio.c62 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable
63 #define nr_of_packs() nrpacks
64 module_param(nrpacks, int, 0444);
65 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt1907 nrpacks - Max. number of packets per URB (default: 8)
1916 NB: nrpacks parameter can be modified dynamically via sysfs.