summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-12 09:34:27 (GMT)
committerTakashi Iwai <tiwai@suse.de>2014-02-12 09:34:27 (GMT)
commitc4d1489390aa0be73104fc502a1e3107511c8926 (patch)
tree35adb98c98dea53be86cf8be6d15e80e2e0f52c6 /sound/pci/hda/hda_intel.c
parenta8dca4604a13469892c77c25638691d7757e7a47 (diff)
parentef8e39b51f24c8ac907e1f1995910ee3083375e0 (diff)
downloadlinux-c4d1489390aa0be73104fc502a1e3107511c8926.tar.xz
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 17c83fb..d8d9bf3 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -198,7 +198,7 @@ MODULE_DESCRIPTION("Intel HDA driver");
#endif
#if defined(CONFIG_PM) && defined(CONFIG_VGA_SWITCHEROO)
-#ifdef CONFIG_SND_HDA_CODEC_HDMI
+#if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
#define SUPPORT_VGA_SWITCHEROO
#endif
#endif