diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-10-17 01:10:32 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-17 16:38:54 +0400 |
commit | 360fec281e2012b405b5fac48449f69e4a049949 (patch) | |
tree | 84da18d34c8442f01c2073689247a4b8210b24ec /sound/pci/hda/hda_local.h | |
parent | 420f9739a62cdb027f5580d25c813501ff93aa6f (diff) | |
download | linux-360fec281e2012b405b5fac48449f69e4a049949.tar.xz |
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 <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |