projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420f973
)
ALSA: hda - add HDA_FIXUP_ACT_FREE action
author
David Henningsson
<david.henningsson@canonical.com>
Wed, 16 Oct 2013 21:10:32 +0000
(23:10 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_local.h
b/sound/pci/hda/hda_local.h
index 2e7493ef8ee0643b1ee51b759198c233d23af6a5..a71bf348e38928d579bfd849902f9df1dc6846d8 100644
(file)
--- 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);