diff options
author | David Henningsson <david.henningsson@canonical.com> | 2014-05-26 16:22:40 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 11:03:38 +0200 |
commit | c21c8cf77f47e234b5724d24dd133dc034351327 (patch) | |
tree | 2f9db257f0501ed01a6bfaca9f12633b27a4ac54 /sound/pci/hda/hda_codec.h | |
parent | a860d95f74025c6badbbdab6154c4ca15171927e (diff) | |
download | blackbird-op-linux-c21c8cf77f47e234b5724d24dd133dc034351327.tar.gz blackbird-op-linux-c21c8cf77f47e234b5724d24dd133dc034351327.zip |
ALSA: hda - Add fixup_forced flag
The "fixup_forced" flag will indicate whether a specific fixup
(or nofixup) has been set by the user, to override the driver's
default.
This flag will help future patches.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index a4233136cb93..5825aa17d8e3 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -402,6 +402,7 @@ struct hda_codec { /* fix-up list */ int fixup_id; + unsigned int fixup_forced:1; /* fixup explicitly set by user */ const struct hda_fixup *fixup_list; const char *fixup_name; |