commit | 0b6b524f3915f88eb4562e8d927528224a8eab41 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 21 22:18:57 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Feb 21 22:23:14 2017 +0100 |
tree | a1802ed785fafbddf1dcf61b1260f80b1a256156 | |
parent | 3002b9fb7cbc26e8d29927c9e20e235f38319b24 [diff] |
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>