summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-01-27 18:12:55 +0100
committerTakashi Iwai <tiwai@suse.de>2014-01-30 12:39:14 +0100
commit3760bc74832cf97606964321c8078819f4f5eb13 (patch)
treeaf24d0184ad0e957898d4d76bad495bf54b27fdd
parentd50ce6c0b8afb958316fba15e329e3e53abfd968 (diff)
downloadop-kernel-dev-3760bc74832cf97606964321c8078819f4f5eb13.zip
op-kernel-dev-3760bc74832cf97606964321c8078819f4f5eb13.tar.gz
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: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index cf2ee7f..6cc6465 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -35,7 +35,7 @@
#include "hda_jack.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_OUT 0x01
OpenPOWER on IntegriCloud