From: Takashi Iwai Date: Wed, 23 Jan 2013 17:10:10 +0000 (+0100) Subject: ALSA: hda - Add chained_before flag to the fixup entry X-Git-Tag: v3.9-rc1~129^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f57825077dc2fa4e3d4a4e6b3af6c75f81112e7;p=pandora-kernel.git ALSA: hda - Add chained_before flag to the fixup entry Sometimes we want to call a fixup after applying other existing fixups, but currently the fixup chain mechanism allows only the call the others after the target fixup. This patch adds a new flag, chained_before, to struct hda_fixup, for allowing the chained call before the current execution. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed