Searched refs:ext_clock_names (Results 1 – 3 of 3) sorted by relevance
66 static const char * const ext_clock_names[3] = {"IEC958 In", "Word Clock 1xFS", variable1019 ice->ext_clock_names = ext_clock_names; in qtet_init()1020 ice->ext_clock_count = ARRAY_SIZE(ext_clock_names); in qtet_init()
109 static const char * const ext_clock_names[1] = { "IEC958 In" }; variable1869 ice->ext_clock_names[ in snd_vt1724_pro_internal_clock_info()2690 if (!ice->ext_clock_names) in snd_vt1724_probe()2691 ice->ext_clock_names = ext_clock_names; in snd_vt1724_probe()2693 ice->ext_clock_count = ARRAY_SIZE(ext_clock_names); in snd_vt1724_probe()
391 const char * const *ext_clock_names; member