Lines Matching refs:texts

2374 #define ENUMERATED_CTL_INFO(info, texts) \
2375 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts)
2552 static const char *const texts[] = { "Master", "AutoSync" };
2553 ENUMERATED_CTL_INFO(uinfo, texts);
3060 static const char *const texts[] = { "WordClock", "AES1", "AES2", "AES3",
3063 ENUMERATED_CTL_INFO(uinfo, texts);
3065 static const char *const texts[] = {"Word Clock", "MADI", "TCO",
3068 ENUMERATED_CTL_INFO(uinfo, texts);
3096 static const char *const texts[] = {"No video", "NTSC", "PAL"};
3097 ENUMERATED_CTL_INFO(uinfo, texts);
3142 static const char *const texts[] = {"No lock", "24 fps", "25 fps", "29.97 fps",
3144 ENUMERATED_CTL_INFO(uinfo, texts);
3292 static const char *const texts[] = { "optical", "coaxial" };
3293 ENUMERATED_CTL_INFO(uinfo, texts);
3354 static const char *const texts[] = { "Single", "Double" };
3355 ENUMERATED_CTL_INFO(uinfo, texts);
3427 static const char *const texts[] = { "Single", "Double", "Quad" };
3428 ENUMERATED_CTL_INFO(uinfo, texts);
3581 static const char *const texts[] = { "Single", "Double", "Quad" };
3582 ENUMERATED_CTL_INFO(uinfo, texts);
3816 static const char *const texts[] = { "No Lock", "Lock", "Sync", "N/A" };
3817 ENUMERATED_CTL_INFO(uinfo, texts);
3824 static const char *const texts[] = { "No Lock", "Lock" };
3825 ENUMERATED_CTL_INFO(uinfo, texts);
4206 static const char *const texts[] = { "44.1 kHz", "48 kHz" };
4207 ENUMERATED_CTL_INFO(uinfo, texts);
4252 static const char *const texts[] = { "0", "+ 0.1 %", "- 0.1 %",
4254 ENUMERATED_CTL_INFO(uinfo, texts);
4298 static const char *const texts[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4299 ENUMERATED_CTL_INFO(uinfo, texts);
4344 static const char *const texts[] = { "24 fps", "25 fps", "29.97fps",
4346 ENUMERATED_CTL_INFO(uinfo, texts);
4391 static const char *const texts[] = { "LTC", "Video", "WCK" };
4392 ENUMERATED_CTL_INFO(uinfo, texts);
6767 /* texts */