ALSA: x86: Fix for CONFIG_PM=n
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Feb 2017 16:27:48 +0000 (17:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:32:57 +0000 (17:32 +0100)
commite29c0f967261b0f6a95e05a224341be8f59df2d5
tree17efd327417806ecc1cc4200b0d549be6d3a9812
parentc75b0476245ad01306e4ea510bb3f7591767079f
ALSA: x86: Fix for CONFIG_PM=n

The direct access to power.runtime_status is taboo, let's use a helper
macro to avoid the compile error with CONFIG_PM=n.

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