Searched refs:snd_hda_enum_helper_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | patch_analog.c | 473 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, texts2); in ad1983_auto_smux_enum_info() 475 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in ad1983_auto_smux_enum_info() 752 return snd_hda_enum_helper_info(kcontrol, uinfo, num_conns, texts); in ad1988_auto_smux_enum_info()
|
D | hda_local.h | 713 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, 717 snd_hda_enum_helper_info(kcontrol, uinfo, 0, NULL)
|
D | hda_codec.c | 4064 int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol, in snd_hda_enum_helper_info() function 4079 EXPORT_SYMBOL_GPL(snd_hda_enum_helper_info);
|
D | hda_generic.c | 2630 return snd_hda_enum_helper_info(kcontrol, uinfo, 2, out_jack_texts); in out_jack_mode_info() 2787 snd_hda_enum_helper_info(kcontrol, uinfo, hweight32(vref_caps), in in_jack_mode_info() 4492 return snd_hda_enum_helper_info(kcontrol, uinfo, 3, texts3); in automute_mode_info()
|