From: David Henningsson Date: Wed, 16 Oct 2013 21:10:32 +0000 (+0200) Subject: ALSA: hda - add HDA_FIXUP_ACT_FREE action X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=360fec281e2012b405b5fac48449f69e4a049949;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ALSA: hda - add HDA_FIXUP_ACT_FREE action A fixup which should be called before codec being freed will come to use in the next patch. Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 2e7493ef8ee0..a71bf348e389 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h @@ -428,6 +428,7 @@ enum { HDA_FIXUP_ACT_PROBE, HDA_FIXUP_ACT_INIT, HDA_FIXUP_ACT_BUILD, + HDA_FIXUP_ACT_FREE, }; int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);