Searched refs:__snd_hda_apply_fixup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_auto_parser.c | 826 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); variable 887 __snd_hda_apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
|
H A D | hda_local.h | 360 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth);
|
H A D | patch_realtek.c | 6992 __snd_hda_apply_fixup(codec, id, action, 0); in alc298_fixup_lenovo_c940_duet7()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_auto_parser.c | 822 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth) in __snd_hda_apply_fixup() function 832 __snd_hda_apply_fixup(codec, fix->chain_id, action, depth + 1); in __snd_hda_apply_fixup() 873 EXPORT_SYMBOL_GPL(__snd_hda_apply_fixup); variable 883 __snd_hda_apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
|
H A D | hda_local.h | 351 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth);
|
H A D | patch_realtek.c | 7458 __snd_hda_apply_fixup(codec, id, action, 0); in alc298_fixup_lenovo_c940_duet7() 7478 __snd_hda_apply_fixup(codec, id, action, 0); in alc287_fixup_lenovo_14irp8_duetitl()
|
Completed in 33 milliseconds