summarylogtreecommitdiffstats
path: root/snd-usb-audio.conf
blob: cbc8ca4819122c7c414c682b9b254fc2de0d74b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# max_packs - Max. number of packets per URB in full speed mode (int)
# Default: 6
# Optimized: 1

# max_packs_hs - Max. number of packets per URB in high speed mode (int)
# Default: max_packs * 8 = 24
# Optimized: 1

# max_urbs - Max. number of URBs (int)
# Default: 12
# Optimized: 2 - 12

# sync_urbs - Number of URBs for sync (int)
# Default: 4
# Optimized: 2 - 4

# max_queue - Try not to exceed this queue length, in ms (int)
# Default: 18
# Optimized: 18

options snd-usb-audio max_packs=1 max_packs_hs=1 max_urbs=12 sync_urbs=4 max_queue=18