]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ALSA: x86: Don't enable runtime PM as default
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Feb 2017 21:18:57 +0000 (22:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Feb 2017 21:23:14 +0000 (22:23 +0100)
commit0b6b524f3915f88eb4562e8d927528224a8eab41
treea1802ed785fafbddf1dcf61b1260f80b1a256156
parent3002b9fb7cbc26e8d29927c9e20e235f38319b24
ALSA: x86: Don't enable runtime PM as default

Unlike HSW and newer, BYT/CHT devices have no fine control of audio
power domain in i915 side.  Since there is little gain by runtime PM
on BYT/CHT, so far, this commit removes the pm_runtime_enable() call
as default.

User who still wants the runtime PM may adjust the corresponding
sysfs files (power/control and power/autosuspend_delay_ms)
appropriately, of course.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c