Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c112 static int jackpoll_ms[SNDRV_CARDS]; variable
142 module_param_array(jackpoll_ms, int, NULL, 0444);
143 MODULE_PARM_DESC(jackpoll_ms, "Ms between polling for jack events (default = 0, using unsol events …
1797 if (jackpoll_ms[dev] >= 50 && jackpoll_ms[dev] <= 60000) in azx_create()
1798 chip->jackpoll_interval = msecs_to_jiffies(jackpoll_ms[dev]); in azx_create()