Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusbusx2yaudio.c60 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable
61 #define nr_of_packs() nrpacks
62 module_param(nrpacks, int, 0444);
63 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");
/sound/usb/
Dusbaudio.c71 static int nrpacks = 8; /* max. number of packets per urb */ variable
86 module_param(nrpacks, int, 0644);
87 MODULE_PARM_DESC(nrpacks, "Max. number of packets per URB.");
1073 urb_packs = nrpacks; in init_substream_urbs()
3769 if (nrpacks < MIN_PACKS_URB || nrpacks > MAX_PACKS) { in snd_usb_audio_init()