Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/bebob/
Dbebob_maudio.c343 static const char *const special_clk_labels[] = { variable
355 return snd_ctl_enum_info(einf, 1, ARRAY_SIZE(special_clk_labels), in special_clk_ctl_info()
356 special_clk_labels); in special_clk_ctl_info()
374 if (id >= ARRAY_SIZE(special_clk_labels)) in special_clk_ctl_put()
711 .num = ARRAY_SIZE(special_clk_labels),
712 .labels = special_clk_labels,