Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq.c32 int seq_default_timer_device = variable
54 module_param(seq_default_timer_device, int, 0644);
55 MODULE_PARM_DESC(seq_default_timer_device, "The default timer device number.");
H A Dseq_timer.h130 extern int seq_default_timer_device;
H A Dseq_timer.c91 tmr->alsa_id.device = seq_default_timer_device; in snd_seq_timer_defaults()