]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - remove controller dependency on i915 power well for SKL
authorLibin Yang <libin.yang@intel.com>
Wed, 3 Jun 2015 01:30:15 +0000 (09:30 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Jun 2015 05:39:08 +0000 (07:39 +0200)
commit8d248a79cb5888fc84e8c09bb2eb4b335cb3b615
tree2d7d3c1353de701d837fca53499928a67c1930f5
parent1f700e037ca0e0a0d1f723e5fa6c1f97b207b1af
ALSA: hda - remove controller dependency on i915 power well for SKL

For SKL, only the HDMI codec is in the display power well while the
HD-A controller isn't. So the controller flag 'need_i915_power' is
not set to release the display power after probe, and the codec flag
'link_power_control' is set to request/release the display power via
bus link_power ops.

Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c
sound/pci/hda/patch_hdmi.c