Home
last modified time | relevance | path

Searched refs:snd_hda_add_new_ctls (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dpatch_si3054.c141 return snd_hda_add_new_ctls(codec, si3054_modem_mixer); in si3054_build_controls()
Dpatch_conexant.c576 snd_hda_add_new_ctls(codec, olpc_xo_mixers); in cxt_fixup_olpc_xo()
Dhda_local.h345 int snd_hda_add_new_ctls(struct hda_codec *codec,
Dpatch_via.c419 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in via_build_controls()
Dhda_codec.c3872 int snd_hda_add_new_ctls(struct hda_codec *codec, in snd_hda_add_new_ctls() function
3910 EXPORT_SYMBOL_GPL(snd_hda_add_new_ctls);
Dpatch_ca0132.c3938 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in ca0132_build_controls()
Dpatch_realtek.c719 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in alc_build_controls()
Dhda_generic.c5024 err = snd_hda_add_new_ctls(codec, spec->kctls.list); in snd_hda_gen_build_controls()
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt314 snd_hda_add_new_ctls() can be used to create and add control entries.