Searched refs:snd_hda_enum_helper_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | patch_analog.c | 472 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, texts2); in ad1983_auto_smux_enum_info() 474 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in ad1983_auto_smux_enum_info() 751 return snd_hda_enum_helper_info(kcontrol, uinfo, num_conns, texts); in ad1988_auto_smux_enum_info()
|
D | hda_local.h | 708 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, 712 snd_hda_enum_helper_info(kcontrol, uinfo, 0, NULL)
|
D | hda_codec.c | 3557 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, in snd_hda_enum_helper_info() function 3572 EXPORT_SYMBOL_GPL(snd_hda_enum_helper_info);
|
D | hda_generic.c | 2632 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, out_jack_texts); in out_jack_mode_info() 2789 snd_hda_enum_helper_info(kcontrol, uinfo, hweight32(vref_caps), in in_jack_mode_info() 4494 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in automute_mode_info()
|