commit | 1f57825077dc2fa4e3d4a4e6b3af6c75f81112e7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jan 23 18:10:10 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jan 23 18:10:10 2013 +0100 |
tree | f7172473bf9f1ac37d75f0afbeac8d65fcd0dd3f | |
parent | 3e367f155f3ba90b761497ab9e0343dc54778469 [diff] |
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 <tiwai@suse.de>