Searched refs:texts (Results 1 - 25 of 75) sorted by relevance

123

/linux-master/sound/pci/ac97/
H A Dac97_patch.h37 const char * const *texts; member in struct:ac97_enum
42 .mask = xmask, .texts = xtexts }
H A Dac97_patch.c71 static const char * const texts[] = { "Shared", "Independent" }; local
73 return snd_ctl_enum_info(uinfo, 1, 2, texts);
100 static const char * const texts[] = { "2ch", "4ch", "6ch", "8ch" }; local
102 return snd_ctl_enum_info(uinfo, 1, kcontrol->private_value, texts);
217 static const char * const texts[3] = { local
221 return snd_ctl_enum_info(uinfo, 1, 3, texts);
264 static const char * const texts[2] = { "AC-Link", "A/D Converter" }; local
266 return snd_ctl_enum_info(uinfo, 1, 2, texts);
366 static const char * const texts[3] = { "Disabled", "Pin 43", "Pin 48" }; local
368 return snd_ctl_enum_info(uinfo, 1, 3, texts);
1082 static const char * const texts[5] = { local
1121 static const char * const texts[7] = { local
1150 static const char * const texts[3] = { local
1775 static const char * const texts[2] = { "AC-Link", "A/D Converter" }; local
1960 static const char * const texts[3] = {"Off", "6 -> 4", "6 -> 2"}; local
2114 static const char * const texts[4] = { local
3017 static const char * const texts[] = { "Analog", "Digital" }; local
3191 static const char * const texts[] = { "AC-Link", "ADC", "SPDIF-In" }; local
3519 static const char * const texts[] = {"LineIn Mic1", "LineIn Mic1 Mic3", local
[all...]
/linux-master/sound/usb/
H A Dmixer_s1810c.c479 static const char *const texts[2] = { local
484 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
518 static const char *const texts[2] = { local
523 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
H A Dmixer_quirks.c456 static const char * const texts[2] = {"1/2", "3/4"}; local
458 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
749 static const char *const texts[2] = { local
754 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
819 static const char *const texts[2] = { local
824 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
1024 static const char *const texts[ local
1914 static const char *const texts[2] = { local
2624 static const char * const texts[2] = { local
2632 static const char * const texts[2] = { local
[all...]
/linux-master/sound/pci/ice1712/
H A Dmaya44.c346 static const char * const texts[] = { "Line", "Mic" }; local
348 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
387 static const char * const texts[] = { local
392 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
H A Dquartet.c35 const char * const texts[2]; member in struct:qtet_kcontrol_private
534 static const char * const texts[3] = local
536 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts);
658 .texts = {xtext1, xtext2} }
678 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(private.texts),
679 private.texts);
H A Dprodigy192.c271 static const char * const texts[2] = { "Line In", "Mic" }; local
273 return snd_ctl_enum_info(uinfo, 1, 2, texts);
542 static const char * const texts[2] = { "Toslink", "Coax" }; local
544 return snd_ctl_enum_info(uinfo, 1, 2, texts);
H A Dews.c570 static const char * const texts[2] = { local
573 return snd_ctl_enum_info(uinfo, 1, 2, texts);
894 static const char * const texts[4] = { local
897 return snd_ctl_enum_info(uinfo, 1, 4, texts);
/linux-master/sound/soc/tegra/
H A Dtegra210_ahub.h49 .texts = xtexts, \
/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c174 static const char * const texts[6] = { local
178 return snd_ctl_enum_info(uinfo, 1, 6, texts);
211 static const char * const texts[4] = { local
215 return snd_ctl_enum_info(uinfo, 1, 4, texts);
250 static const char * const texts[2] = { "Side out", "Line in" }; local
252 return snd_ctl_enum_info(uinfo, 1, 2, texts);
258 static const char * const texts[2] = { "Line in", "Mic in" }; local
260 return snd_ctl_enum_info(uinfo, 1, 2, texts);
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c69 return control->texts[index];
78 return control->texts[index];
659 gbe->texts = gb_generate_enum_strings(gb, gb_enum);
660 if (!gbe->texts)
667 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]);
865 gbe->texts = gb_generate_enum_strings(gb, gb_enum);
866 if (!gbe->texts)
873 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]);
1076 control->texts = (const char * const *)
1078 if (!control->texts) {
[all...]
H A Daudio_codec.h87 const char * const *texts; member in struct:gbaudio_control
/linux-master/sound/pci/rme9652/
H A Dhdspm.c2374 #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" }; local
2553 ENUMERATED_CTL_INFO(uinfo, texts);
3060 static const char *const texts[] = { "WordClock", "AES1", "AES2", "AES3", local
3063 ENUMERATED_CTL_INFO(uinfo, texts);
3065 static const char *const texts[] = {"Word Clock", "MADI", "TCO", local
3068 ENUMERATED_CTL_INFO(uinfo, texts);
3096 static const char *const texts[] local
3142 static const char *const texts[] = {"No lock", "24 fps", "25 fps", "29.97 fps", local
3292 static const char *const texts[] = { "optical", "coaxial" }; local
3354 static const char *const texts[] = { "Single", "Double" }; local
3427 static const char *const texts[] = { "Single", "Double", "Quad" }; local
3581 static const char *const texts[] = { "Single", "Double", "Quad" }; local
3816 static const char *const texts[] = { "No Lock", "Lock", "Sync", "N/A" }; local
3824 static const char *const texts[] = { "No Lock", "Lock" }; local
4206 static const char *const texts[] = { "44.1 kHz", "48 kHz" }; local
4252 static const char *const texts[] = { "0", "+ 0.1 %", "- 0.1 %", local
4298 static const char *const texts[] = { "1:1", "44.1 -> 48", "48 -> 44.1" }; local
4344 static const char *const texts[] = { "24 fps", "25 fps", "29.97fps", local
4391 static const char *const texts[] = { "LTC", "Video", "WCK" }; local
[all...]
H A Dhdsp.c1654 static const char * const texts[4] = { local
1660 texts);
1757 static const char * const texts[] = { local
1764 texts);
1841 static const char * const texts[] = { local
1847 texts);
1908 static const char * const texts[] = {"Master", "Slave" }; local
1910 return snd_ctl_enum_info(uinfo, 1, 2, texts);
2011 static const char * const texts[] = { local
2020 texts);
2124 static const char * const texts[] = {"Hi Gain", "+4 dBu", "-10 dbV"}; local
2203 static const char * const texts[] = {"-10 dBV", "+4 dBu", "Lo Gain"}; local
2282 static const char * const texts[] = {"0 dB", "-6 dB", "-12 dB"}; local
2380 static const char * const texts[] = { local
2481 static const char * const texts[] = { local
2672 static const char * const texts[] = {"No Lock", "Lock", "Sync" }; local
3031 static const char * const texts[] = { local
3160 static const char * const texts[] = {"On", "Off"}; local
3211 static const char * const texts[] = {"On", "Off"}; local
[all...]
H A Drme9652.c891 static const char * const texts[2] = {"ADAT1", "Internal"}; local
893 return snd_ctl_enum_info(uinfo, 1, 2, texts);
955 static const char * const texts[3] = {"ADAT1", "Coaxial", "Internal"}; local
957 return snd_ctl_enum_info(uinfo, 1, 3, texts);
1096 static const char * const texts[3] = { local
1100 return snd_ctl_enum_info(uinfo, 1, 3, texts);
1182 static const char * const texts[4] = { local
1189 texts);
1341 static const char * const texts[4] = { local
1345 return snd_ctl_enum_info(uinfo, 1, 4, texts);
[all...]
/linux-master/sound/pci/emu10k1/
H A Demumixer.c912 const char * const *texts; member in struct:snd_emu1010_clock_info
920 .texts = emu1010_clock_texts,
926 .texts = emu1010_clock_texts,
932 .texts = emu1010_clock_texts,
946 .texts = emu0404_clock_texts,
959 return snd_ctl_enum_info(uinfo, 1, emu_ci->num, emu_ci->texts);
1016 static const char * const texts[2] = { local
1020 return snd_ctl_enum_info(uinfo, 1, 2, texts);
1063 static const char * const texts[2] = { local
1067 return snd_ctl_enum_info(uinfo, 1, 2, texts);
1114 static const char * const texts[2] = { local
1170 static const char * const texts[2] = { local
[all...]
H A Dp16v.c658 static const char * const texts[8] = { local
663 return snd_ctl_enum_info(uinfo, 1, 8, texts);
700 static const char * const texts[4] = { "0", "1", "2", "3", }; local
702 return snd_ctl_enum_info(uinfo, 1, 4, texts);
/linux-master/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c55 static const char * const texts[3] = { local
61 return snd_ctl_enum_info(uinfo, 1, items, texts);
/linux-master/sound/isa/sb/
H A Dsb_mixer.c170 static const char * const texts[5] = { local
174 return snd_ctl_enum_info(uinfo, 1, 5, texts);
257 static const char * const texts[3] = { local
261 return snd_ctl_enum_info(uinfo, 1, 3, texts);
310 static const char * const texts[3] = { local
314 return snd_ctl_enum_info(uinfo, 1, 3, texts);
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_mixer.c638 static const char *texts[5] = { local
650 return snd_ctl_enum_info(uinfo, 1, i, texts);
724 const char **texts; local
733 texts = textsHR22;
736 texts = textsPCXHR;
739 return snd_ctl_enum_info(uinfo, 1, clock_items, texts);
/linux-master/sound/pci/aw2/
H A Daw2-alsa.c612 static const char * const texts[2] = { local
615 return snd_ctl_enum_info(uinfo, 1, 2, texts);
/linux-master/sound/soc/codecs/
H A Dwm8958-dsp2.c931 /* We need an array of texts for the enum API */
942 wm8994->mbc_enum.texts = wm8994->mbc_texts;
957 /* We need an array of texts for the enum API */
968 wm8994->vss_enum.texts = wm8994->vss_texts;
984 /* We need an array of texts for the enum API */
995 wm8994->vss_hpf_enum.texts = wm8994->vss_hpf_texts;
1012 /* We need an array of texts for the enum API */
1023 wm8994->enh_eq_enum.texts = wm8994->enh_eq_texts;
/linux-master/sound/soc/sh/rcar/
H A Drsnd.h731 const char * const *texts; member in struct:rsnd_kctrl_cfg
767 const char * const *texts,
779 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \
781 texts, 1, size)
H A Dcore.c1709 if (cfg->texts) {
1716 cfg->texts[uinfo->value.enumerated.item],
1737 if (cfg->texts)
1755 if (cfg->texts) {
1838 const char * const *texts,
1877 cfg->texts = texts;
1830 rsnd_kctrl_new(struct rsnd_mod *mod, struct rsnd_dai_stream *io, struct snd_soc_pcm_runtime *rtd, const unsigned char *name, int (*accept)(struct rsnd_dai_stream *io), void (*update)(struct rsnd_dai_stream *io, struct rsnd_mod *mod), struct rsnd_kctrl_cfg *cfg, const char * const *texts, int size, u32 max) argument
/linux-master/sound/pci/
H A Drme96.c1858 const char *texts[5] = { local
1875 texts[3] = _texts[4]; /* Analog instead of XLR */
1885 return snd_ctl_enum_info(uinfo, 1, num_items, texts);
1971 static const char * const texts[3] = { "AutoSync", "Internal", "Word" }; local
1973 return snd_ctl_enum_info(uinfo, 1, 3, texts);
2003 static const char * const texts[4] = { local
2007 return snd_ctl_enum_info(uinfo, 1, 4, texts);
2038 static const char * const texts[4] = { "1+2", "3+4", "5+6", "7+8" }; local
2040 return snd_ctl_enum_info(uinfo, 1, 4, texts);

Completed in 450 milliseconds

123