commit | 182cdf23dbf6672954ac646871bf5902050268c7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 02 14:43:39 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:36:26 2017 +0100 |
tree | 4a3f5f27552ace7685a579b8e22ace938c349c5b | |
parent | 313d9f28c1d5e0254ca16f2df0f1b737e30c0993 [diff] |
ALSA: x86: Implement runtime PM Although the driver has some PM callbacks, it doesn't do it right: - the suspend callback doesn't handle to suspend the running PCM, - the runtime PM ops are missing, - pm_runtime_get_sync() isn't used at the right place. This patch covers the above and provides the basic runtime PM functionality. Signed-off-by: Takashi Iwai <tiwai@suse.de>