Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dcard.c72 static bool lowlatency = true; variable
98 module_param(lowlatency, bool, 0444);
99 MODULE_PARM_DESC(lowlatency, "Enable low latency playback (default: yes).");
643 chip->lowlatency = lowlatency; in snd_usb_audio_create()
H A Dusbaudio.h62 bool lowlatency; /* from the 'lowlatency' module param */ member
H A Dpcm.c622 if (!chip->lowlatency) in lowlatency_playback_available()
1216 as->chip->lowlatency) in snd_usb_pcm_open()