| /linux/sound/soc/sdca/ |
| H A D | sdca_asoc.c | 164 const char **texts; in entity_early_parse_ge() local 192 texts = devm_kcalloc(dev, range->rows + 3, sizeof(*texts), GFP_KERNEL); in entity_early_parse_ge() 193 if (!texts) in entity_early_parse_ge() 200 texts[0] = "Jack Unplugged"; in entity_early_parse_ge() 201 texts[1] = "Jack Unknown"; in entity_early_parse_ge() 202 texts[2] = "Detection in Progress"; in entity_early_parse_ge() 212 texts[i + 3] = sdca_find_terminal_name(type); in entity_early_parse_ge() 213 if (!texts[i + 3]) { in entity_early_parse_ge() 223 soc_enum->texts = texts; in entity_early_parse_ge() 512 const char **texts; in entity_parse_su_class() local [all …]
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.c | 70 static const char * const texts[] = { "Shared", "Independent" }; in ac97_surround_jack_mode_info() local 72 return snd_ctl_enum_info(uinfo, 1, 2, texts); in ac97_surround_jack_mode_info() 99 static const char * const texts[] = { "2ch", "4ch", "6ch", "8ch" }; in ac97_channel_mode_info() local 101 return snd_ctl_enum_info(uinfo, 1, kcontrol->private_value, texts); in ac97_channel_mode_info() 216 static const char * const texts[3] = { in snd_ac97_ymf7x3_info_speaker() local 220 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_ac97_ymf7x3_info_speaker() 263 static const char * const texts[2] = { "AC-Link", "A/D Converter" }; in snd_ac97_ymf7x3_spdif_source_info() local 265 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_ac97_ymf7x3_spdif_source_info() 365 static const char * const texts[3] = { "Disabled", "Pin 43", "Pin 48" }; in snd_ac97_ymf753_spdif_output_pin_info() local 367 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_ac97_ymf753_spdif_output_pin_info() [all …]
|
| H A D | ac97_patch.h | 37 const char * const *texts; member 42 .mask = xmask, .texts = xtexts }
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 174 static const char * const texts[6] = { in snd_ca0106_capture_source_info() local 178 return snd_ctl_enum_info(uinfo, 1, 6, texts); in snd_ca0106_capture_source_info() 211 static const char * const texts[4] = { in snd_ca0106_i2c_capture_source_info() local 215 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_ca0106_i2c_capture_source_info() 250 static const char * const texts[2] = { "Side out", "Line in" }; in snd_ca0106_capture_line_in_side_out_info() local 252 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_ca0106_capture_line_in_side_out_info() 258 static const char * const texts[2] = { "Line in", "Mic in" }; in snd_ca0106_capture_mic_line_in_info() local 260 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_ca0106_capture_mic_line_in_info()
|
| /linux/sound/usb/ |
| H A D | mixer_s1810c.c | 560 static const char *const texts[2] = { in snd_s1810c_line_sw_info() local 565 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_s1810c_line_sw_info() 608 static const char *const texts[2] = { in snd_s1810c_ab_sw_info() local 613 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_s1810c_ab_sw_info()
|
| H A D | mixer_quirks.c | 454 static const char * const texts[2] = {"1/2", "3/4"}; in snd_emu0204_ch_switch_info() local 456 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_emu0204_ch_switch_info() 994 static const char *const texts[2] = { in snd_mbox1_clk_switch_info() local 999 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_mbox1_clk_switch_info() 1061 static const char *const texts[2] = { in snd_mbox1_src_switch_info() local 1066 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_mbox1_src_switch_info() 1264 static const char *const texts[8] = { in snd_ftu_eff_switch_info() local 1269 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_ftu_eff_switch_info() 2133 static const char *const texts[2] = { in snd_soundblaster_e1_switch_info() local 2137 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in snd_soundblaster_e1_switch_info() [all …]
|
| /linux/sound/pci/ice1712/ |
| H A D | maya44.c | 342 static const char * const texts[] = { "Line", "Mic" }; in maya_rec_src_info() local 344 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in maya_rec_src_info() 382 static const char * const texts[] = { in maya_pb_route_info() local 387 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in maya_pb_route_info()
|
| H A D | quartet.c | 35 const char * const texts[2]; member 533 static const char * const texts[3] = in qtet_ain12_enum_info() local 535 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(texts), texts); in qtet_ain12_enum_info() 657 .texts = {xtext1, xtext2} } 677 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(private.texts), in qtet_enum_info() 678 private.texts); in qtet_enum_info()
|
| H A D | prodigy192.c | 264 static const char * const texts[2] = { "Line In", "Mic" }; in stac9460_mic_sw_info() local 266 return snd_ctl_enum_info(uinfo, 1, 2, texts); in stac9460_mic_sw_info() 534 static const char * const texts[2] = { "Toslink", "Coax" }; in ak4114_input_sw_info() local 536 return snd_ctl_enum_info(uinfo, 1, 2, texts); in ak4114_input_sw_info()
|
| H A D | ews.c | 565 static const char * const texts[2] = { in snd_ice1712_ewx_io_sense_info() local 568 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_ice1712_ewx_io_sense_info() 889 static const char * const texts[4] = { in snd_ice1712_6fire_select_input_info() local 892 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_ice1712_6fire_select_input_info()
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_topology.c | 63 return control->texts[index]; in gbaudio_map_controlid() 72 return control->texts[index]; in gbaudio_map_controlid() 653 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl() 654 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl() 661 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]); in gbaudio_tplg_create_enum_kctl() 859 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_ctl() 860 if (!gbe->texts) in gbaudio_tplg_create_enum_ctl() 867 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]); in gbaudio_tplg_create_enum_ctl() 1070 control->texts = (const char * const *) in gbaudio_tplg_create_widget() 1072 if (!control->texts) { in gbaudio_tplg_create_widget() [all …]
|
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 2356 #define ENUMERATED_CTL_INFO(info, texts) \ argument 2357 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts) 2534 static const char *const texts[] = { "Master", "AutoSync" }; in snd_hdspm_info_system_clock_mode() local 2535 ENUMERATED_CTL_INFO(uinfo, texts); in snd_hdspm_info_system_clock_mode() 3040 static const char *const texts[] = { "WordClock", "AES1", "AES2", "AES3", in snd_hdspm_info_autosync_ref() local 3043 ENUMERATED_CTL_INFO(uinfo, texts); in snd_hdspm_info_autosync_ref() 3045 static const char *const texts[] = {"Word Clock", "MADI", "TCO", in snd_hdspm_info_autosync_ref() local 3048 ENUMERATED_CTL_INFO(uinfo, texts); in snd_hdspm_info_autosync_ref() 3076 static const char *const texts[] = {"No video", "NTSC", "PAL"}; in snd_hdspm_info_tco_video_input_format() local 3077 ENUMERATED_CTL_INFO(uinfo, texts); in snd_hdspm_info_tco_video_input_format() [all …]
|
| H A D | hdsp.c | 1633 static const char * const texts[4] = { in snd_hdsp_info_spdif_in() local 1639 texts); in snd_hdsp_info_spdif_in() 1733 static const char * const texts[] = { in snd_hdsp_info_spdif_sample_rate() local 1740 texts); in snd_hdsp_info_spdif_sample_rate() 1817 static const char * const texts[] = { in snd_hdsp_info_autosync_sample_rate() local 1823 texts); in snd_hdsp_info_autosync_sample_rate() 1884 static const char * const texts[] = {"Master", "Slave" }; in snd_hdsp_info_system_clock_mode() local 1886 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_hdsp_info_system_clock_mode() 1987 static const char * const texts[] = { in snd_hdsp_info_clock_source() local 1996 texts); in snd_hdsp_info_clock_source() [all …]
|
| H A D | rme9652.c | 878 static const char * const texts[2] = {"ADAT1", "Internal"}; in snd_rme9652_info_adat1_in() local 880 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_rme9652_info_adat1_in() 940 static const char * const texts[3] = {"ADAT1", "Coaxial", "Internal"}; in snd_rme9652_info_spdif_in() local 942 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_rme9652_info_spdif_in() 1077 static const char * const texts[3] = { in snd_rme9652_info_sync_mode() local 1081 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_rme9652_info_sync_mode() 1161 static const char * const texts[4] = { in snd_rme9652_info_sync_pref() local 1168 texts); in snd_rme9652_info_sync_pref() 1314 static const char * const texts[4] = { in snd_rme9652_info_adat_sync() local 1318 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_rme9652_info_adat_sync()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emumixer.c | 915 const char * const *texts; member 923 .texts = emu1010_clock_texts, 929 .texts = emu1010_clock_texts, 935 .texts = emu1010_clock_texts, 949 .texts = emu0404_clock_texts, 962 return snd_ctl_enum_info(uinfo, 1, emu_ci->num, emu_ci->texts); in snd_emu1010_clock_source_info() 1016 static const char * const texts[2] = { in snd_emu1010_clock_fallback_info() local 1020 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_emu1010_clock_fallback_info() 1063 static const char * const texts[2] = { in snd_emu1010_optical_out_info() local 1067 return snd_ctl_enum_info(uinfo, 1, 2, texts); in snd_emu1010_optical_out_info() [all …]
|
| H A D | p16v.c | 661 static const char * const texts[8] = { in snd_p16v_capture_source_info() local 666 return snd_ctl_enum_info(uinfo, 1, 8, texts); in snd_p16v_capture_source_info() 703 static const char * const texts[4] = { "0", "1", "2", "3", }; in snd_p16v_capture_channel_info() local 705 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_p16v_capture_channel_info()
|
| /linux/sound/isa/sb/ |
| H A D | sb_mixer.c | 163 static const char * const texts[5] = { in snd_dt019x_input_sw_info() local 167 return snd_ctl_enum_info(uinfo, 1, 5, texts); in snd_dt019x_input_sw_info() 247 static const char * const texts[3] = { in snd_als4k_mono_capture_route_info() local 251 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_als4k_mono_capture_route_info() 296 static const char * const texts[3] = { in snd_sb8mixer_info_mux() local 300 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_sb8mixer_info_mux()
|
| /linux/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 81 .. _fdl-cover-texts: 149 :ref:`Cover Texts <fdl-cover-texts>`, you must enclose the copies in 160 If the required texts for either cover are too voluminous to fit 238 :ref:`Cover Texts <fdl-cover-texts>` given in the 300 :ref:`Front-Cover Text <fdl-cover-texts>`, and a passage of up to 25 301 words as a :ref:`Back-Cover Text <fdl-cover-texts>`, to the end of the 302 list of :ref:`Cover Texts <fdl-cover-texts>` in the 378 of the Document. If the :ref:`Cover Text <fdl-cover-texts>` 456 :ref:`Front-Cover Texts <fdl-cover-texts>` being LIST, and with 457 the :ref:`Back-Cover Texts <fdl-cover-texts>` being LIST. A copy [all …]
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_mixer.c | 630 static const char *texts[5] = { in pcxhr_audio_src_info() local 642 return snd_ctl_enum_info(uinfo, 1, i, texts); in pcxhr_audio_src_info() 715 const char **texts; in pcxhr_clock_type_info() local 724 texts = textsHR22; in pcxhr_clock_type_info() 727 texts = textsPCXHR; in pcxhr_clock_type_info() 730 return snd_ctl_enum_info(uinfo, 1, clock_items, texts); in pcxhr_clock_type_info()
|
| /linux/sound/isa/msnd/ |
| H A D | msnd_pinnacle_mixer.c | 55 static const char * const texts[3] = { in snd_msndmix_info_mux() local 61 return snd_ctl_enum_info(uinfo, 1, items, texts); in snd_msndmix_info_mux()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | rsnd.h | 720 const char * const *texts; member 755 const char * const *texts, 767 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument 769 texts, 1, size)
|
| H A D | core.c | 1691 if (cfg->texts) { in rsnd_kctrl_info() 1698 cfg->texts[uinfo->value.enumerated.item], in rsnd_kctrl_info() 1719 if (cfg->texts) in rsnd_kctrl_get() 1737 if (cfg->texts) { in rsnd_kctrl_put() 1806 const char * const *texts, in rsnd_kctrl_new() argument 1845 cfg->texts = texts; in rsnd_kctrl_new()
|
| /linux/sound/pci/ |
| H A D | rme96.c | 1832 const char *texts[5] = { in snd_rme96_info_inputtype_control() local 1849 texts[3] = _texts[4]; /* Analog instead of XLR */ in snd_rme96_info_inputtype_control() 1859 return snd_ctl_enum_info(uinfo, 1, num_items, texts); in snd_rme96_info_inputtype_control() 1943 static const char * const texts[3] = { "AutoSync", "Internal", "Word" }; in snd_rme96_info_clockmode_control() local 1945 return snd_ctl_enum_info(uinfo, 1, 3, texts); in snd_rme96_info_clockmode_control() 1973 static const char * const texts[4] = { in snd_rme96_info_attenuation_control() local 1977 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_rme96_info_attenuation_control() 2006 static const char * const texts[4] = { "1+2", "3+4", "5+6", "7+8" }; in snd_rme96_info_montracks_control() local 2008 return snd_ctl_enum_info(uinfo, 1, 4, texts); in snd_rme96_info_montracks_control()
|
| /linux/sound/soc/codecs/ |
| H A D | wm8958-dsp2.c | 942 wm8994->mbc_enum.texts = wm8994->mbc_texts; in wm8958_dsp2_init() 968 wm8994->vss_enum.texts = wm8994->vss_texts; in wm8958_dsp2_init() 995 wm8994->vss_hpf_enum.texts = wm8994->vss_hpf_texts; in wm8958_dsp2_init() 1023 wm8994->enh_eq_enum.texts = wm8994->enh_eq_texts; in wm8958_dsp2_init()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_ahub.h | 111 .texts = xtexts, \
|