ALSA: hda - add HDA_FIXUP_ACT_FREE action
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 16 Oct 2013 21:10:32 +0000 (23:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Oct 2013 12:38:54 +0000 (14:38 +0200)
A fixup which should be called before codec being freed will come
to use in the next patch.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_local.h

index 2e7493e..a71bf34 100644 (file)
@@ -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);