Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dquartet.c51 static const char * const ext_clock_names[3] = {"IEC958 In", "Word Clock 1xFS", variable
984 ice->ext_clock_names = ext_clock_names; in qtet_init()
985 ice->ext_clock_count = ARRAY_SIZE(ext_clock_names); in qtet_init()
H A Dice1724.c76 static const char * const ext_clock_names[1] = { "IEC958 In" }; variable
1824 ice->ext_clock_names[ in snd_vt1724_pro_internal_clock_info()
2591 if (!ice->ext_clock_names) in __snd_vt1724_probe()
2592 ice->ext_clock_names = ext_clock_names; in __snd_vt1724_probe()
2594 ice->ext_clock_count = ARRAY_SIZE(ext_clock_names); in __snd_vt1724_probe()
H A Dice1712.h377 const char * const *ext_clock_names; member