Home
last modified time | relevance | path

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

/sound/firewire/motu/
Dmotu-proc.c10 static const char *const clock_names[] = { variable
40 snd_iprintf(buffer, "Source:\t%s\n", clock_names[source]); in proc_read_clock()
/sound/core/
Drawmidi.c1634 static const char *clock_names[4] = { "none", "realtime", "monotonic", "monotonic raw" }; in snd_rawmidi_proc_info_read() local
1692 if (!snd_BUG_ON(clock_type >= ARRAY_SIZE(clock_names))) in snd_rawmidi_proc_info_read()
1696 clock_names[clock_type]); in snd_rawmidi_proc_info_read()