Home
last modified time | relevance | path

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

/Linux-v6.1/sound/usb/
Dcard.c71 static bool lowlatency = true; variable
97 module_param(lowlatency, bool, 0444);
98 MODULE_PARM_DESC(lowlatency, "Enable low latency playback (default: yes).");
637 chip->lowlatency = lowlatency; in snd_usb_audio_create()
Dusbaudio.h60 bool lowlatency; /* from the 'lowlatency' module param */ member
Dpcm.c587 if (!chip->lowlatency) in lowlatency_playback_available()
1119 as->chip->lowlatency) in snd_usb_pcm_open()