From: David Henningsson Date: Wed, 16 Oct 2013 21:10:32 +0000 (+0200) Subject: ALSA: hda - add HDA_FIXUP_ACT_FREE action X-Git-Tag: v3.13-rc1~2^2~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=360fec281e2012b405b5fac48449f69e4a049949;p=profile%2Fcommon%2Fkernel-common.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 2e7493e..a71bf34 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);