Searched refs:snd_hda_enum_helper_info (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/pci/hda/ |
D | patch_analog.c | 449 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, texts2); in ad1983_auto_smux_enum_info() 451 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in ad1983_auto_smux_enum_info() 731 return snd_hda_enum_helper_info(kcontrol, uinfo, num_conns, texts); in ad1988_auto_smux_enum_info()
|
D | hda_local.h | 646 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, 650 snd_hda_enum_helper_info(kcontrol, uinfo, 0, NULL)
|
D | hda_codec.c | 3587 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, in snd_hda_enum_helper_info() function 3602 EXPORT_SYMBOL_GPL(snd_hda_enum_helper_info);
|
D | hda_generic.c | 2671 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, out_jack_texts); in out_jack_mode_info() 2828 snd_hda_enum_helper_info(kcontrol, uinfo, hweight32(vref_caps), in in_jack_mode_info() 4643 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in automute_mode_info()
|