summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-04-30 08:27:18 +0200
committerTakashi Iwai <tiwai@suse.de>2015-04-30 08:27:18 +0200
commit71f881ce5783482635d9534225cedd06b4fe21cb (patch)
tree477279a19f32c30e6902a633f7c7106593f75d80 /sound/pci/hda/hda_intel.c
parent85abf3ec5fa663c9638ef2d10d9623880a26458e (diff)
parent31c648e0d304bbfc49a4a22c6139718367f3fd8d (diff)
downloadop-kernel-dev-71f881ce5783482635d9534225cedd06b4fe21cb.zip
op-kernel-dev-71f881ce5783482635d9534225cedd06b4fe21cb.tar.gz
Merge branch 'topic/hda' into for-next
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 5aa5cfa..87df90d 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1907,8 +1907,6 @@ static int azx_probe_continue(struct azx *chip)
if (pci->device != 0x0f04 && pci->device != 0x2284)
hda->need_i915_power = 1;
-
-#ifdef CONFIG_SND_HDA_I915
err = hda_i915_init(hda);
if (err < 0)
goto i915_power_fail;
@@ -1919,7 +1917,6 @@ static int azx_probe_continue(struct azx *chip)
"Cannot turn on display power on i915\n");
goto i915_power_fail;
}
-#endif
}
err = azx_first_init(chip);
OpenPOWER on IntegriCloud