]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited14da076f933c7acba3143027d472150d628e63
tree17efd327417806ecc1cc4200b0d549be6d3a9812
parentfa09c2e3720c8f086a9721a4527e82ff5f640123
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