Lines Matching refs:texts
2379 #define ENUMERATED_CTL_INFO(info, texts) \
2380 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts)
2557 static const char *const texts[] = { "Master", "AutoSync" };
2558 ENUMERATED_CTL_INFO(uinfo, texts);
3065 static const char *const texts[] = { "WordClock", "AES1", "AES2", "AES3",
3068 ENUMERATED_CTL_INFO(uinfo, texts);
3070 static const char *const texts[] = {"Word Clock", "MADI", "TCO",
3073 ENUMERATED_CTL_INFO(uinfo, texts);
3101 static const char *const texts[] = {"No video", "NTSC", "PAL"};
3102 ENUMERATED_CTL_INFO(uinfo, texts);
3147 static const char *const texts[] = {"No lock", "24 fps", "25 fps", "29.97 fps",
3149 ENUMERATED_CTL_INFO(uinfo, texts);
3297 static const char *const texts[] = { "optical", "coaxial" };
3298 ENUMERATED_CTL_INFO(uinfo, texts);
3359 static const char *const texts[] = { "Single", "Double" };
3360 ENUMERATED_CTL_INFO(uinfo, texts);
3432 static const char *const texts[] = { "Single", "Double", "Quad" };
3433 ENUMERATED_CTL_INFO(uinfo, texts);
3586 static const char *const texts[] = { "Single", "Double", "Quad" };
3587 ENUMERATED_CTL_INFO(uinfo, texts);
3821 static const char *const texts[] = { "No Lock", "Lock", "Sync", "N/A" };
3822 ENUMERATED_CTL_INFO(uinfo, texts);
3829 static const char *const texts[] = { "No Lock", "Lock" };
3830 ENUMERATED_CTL_INFO(uinfo, texts);
4215 static const char *const texts[] = { "44.1 kHz", "48 kHz" };
4216 ENUMERATED_CTL_INFO(uinfo, texts);
4261 static const char *const texts[] = { "0", "+ 0.1 %", "- 0.1 %",
4263 ENUMERATED_CTL_INFO(uinfo, texts);
4307 static const char *const texts[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4308 ENUMERATED_CTL_INFO(uinfo, texts);
4353 static const char *const texts[] = { "24 fps", "25 fps", "29.97fps",
4355 ENUMERATED_CTL_INFO(uinfo, texts);
4400 static const char *const texts[] = { "LTC", "Video", "WCK" };
4401 ENUMERATED_CTL_INFO(uinfo, texts);
6790 /* texts */