Home
last modified time | relevance | path

Searched refs:__snd_hda_apply_fixup (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_auto_parser.c826 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth) in __snd_hda_apply_fixup() function
836 __snd_hda_apply_fixup(codec, fix->chain_id, action, depth + 1); in __snd_hda_apply_fixup()
877 EXPORT_SYMBOL_GPL(__snd_hda_apply_fixup);
887 __snd_hda_apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
H A Dhda_local.h360 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth);
H A Dpatch_realtek.c6903 __snd_hda_apply_fixup(codec, id, action, 0); in alc298_fixup_lenovo_c940_duet7()