ALSA: hda - Add chained_before flag to the fixup entry
authorTakashi Iwai <tiwai@suse.de>
Wed, 23 Jan 2013 17:10:10 +0000 (18:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Jan 2013 17:10:10 +0000 (18:10 +0100)
commit1f57825077dc2fa4e3d4a4e6b3af6c75f81112e7
treef7172473bf9f1ac37d75f0afbeac8d65fcd0dd3f
parent3e367f155f3ba90b761497ab9e0343dc54778469
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>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_local.h