Searched refs:snd_hda_enum_helper_info (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/pci/hda/ |
D | patch_analog.c | 453 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, texts2); in ad1983_auto_smux_enum_info() 455 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in ad1983_auto_smux_enum_info() 735 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 | 3588 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, in snd_hda_enum_helper_info() function 3603 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() 4644 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in automute_mode_info()
|