Commit 3760bc74 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda/conexant - Disable static quirks

Now all weird setups have been converted to fixups for the generic
parser, and we can disable the static quirks.  This commit just turns
the build off.  The bulky static quirk code still remains for a while,
in case we get an overlooked regression.  It'll be removed at the next
kernel version.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d50ce6c0
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "hda_jack.h" #include "hda_jack.h"
#include "hda_generic.h" #include "hda_generic.h"
#define ENABLE_CXT_STATIC_QUIRKS #undef ENABLE_CXT_STATIC_QUIRKS
#define CXT_PIN_DIR_IN 0x00 #define CXT_PIN_DIR_IN 0x00
#define CXT_PIN_DIR_OUT 0x01 #define CXT_PIN_DIR_OUT 0x01
......
Markdown is supported
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