Lines Matching defs:texts
2376 #define ENUMERATED_CTL_INFO(info, texts) \
2377 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts)
2554 static const char *const texts[] = { "Master", "AutoSync" };
2555 ENUMERATED_CTL_INFO(uinfo, texts);
3062 static const char *const texts[] = { "WordClock", "AES1", "AES2", "AES3",
3065 ENUMERATED_CTL_INFO(uinfo, texts);
3067 static const char *const texts[] = {"Word Clock", "MADI", "TCO",
3070 ENUMERATED_CTL_INFO(uinfo, texts);
3098 static const char *const texts[] = {"No video", "NTSC", "PAL"};
3099 ENUMERATED_CTL_INFO(uinfo, texts);
3144 static const char *const texts[] = {"No lock", "24 fps", "25 fps", "29.97 fps",
3146 ENUMERATED_CTL_INFO(uinfo, texts);
3294 static const char *const texts[] = { "optical", "coaxial" };
3295 ENUMERATED_CTL_INFO(uinfo, texts);
3356 static const char *const texts[] = { "Single", "Double" };
3357 ENUMERATED_CTL_INFO(uinfo, texts);
3429 static const char *const texts[] = { "Single", "Double", "Quad" };
3430 ENUMERATED_CTL_INFO(uinfo, texts);
3583 static const char *const texts[] = { "Single", "Double", "Quad" };
3584 ENUMERATED_CTL_INFO(uinfo, texts);
3818 static const char *const texts[] = { "No Lock", "Lock", "Sync", "N/A" };
3819 ENUMERATED_CTL_INFO(uinfo, texts);
3826 static const char *const texts[] = { "No Lock", "Lock" };
3827 ENUMERATED_CTL_INFO(uinfo, texts);
4208 static const char *const texts[] = { "44.1 kHz", "48 kHz" };
4209 ENUMERATED_CTL_INFO(uinfo, texts);
4254 static const char *const texts[] = { "0", "+ 0.1 %", "- 0.1 %",
4256 ENUMERATED_CTL_INFO(uinfo, texts);
4300 static const char *const texts[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4301 ENUMERATED_CTL_INFO(uinfo, texts);
4346 static const char *const texts[] = { "24 fps", "25 fps", "29.97fps",
4348 ENUMERATED_CTL_INFO(uinfo, texts);
4393 static const char *const texts[] = { "LTC", "Video", "WCK" };
4394 ENUMERATED_CTL_INFO(uinfo, texts);
6749 /* texts */