Skip to content
Commit 1f578250 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 3e367f15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment