[alsa-devel] [sound:topic/intel-lpe-audio-dp 4/16] sound/x86/intel_hdmi_audio_if.c:112:30: error: 'struct dev_pm_info' has no member named 'runtime_status'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/intel-lpe-audio-dp head: 9db13e5f2d6dc85150cb8a69ab220b84d9b9fbe7 commit: 5dab11d89777230b3ff38f19ee1b6fbba9688b23 [4/16] ALSA: x86: hdmi: Add audio support for BYT and CHT config: i386-randconfig-x076-02050830 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 5dab11d89777230b3ff38f19ee1b6fbba9688b23 # save the attached .config to linux build tree make ARCH=i386
All errors (new ones prefixed by >>):
sound/x86/intel_hdmi_audio_if.c: In function 'hdmi_audio_suspend':
sound/x86/intel_hdmi_audio_if.c:112:30: error: 'struct dev_pm_info' has no member named 'runtime_status'
if (intelhaddata->dev->power.runtime_status != RPM_SUSPENDED) { ^
vim +112 sound/x86/intel_hdmi_audio_if.c
106 107 pr_debug("Enter:%s\n", __func__); 108 109 had_stream = intelhaddata->private_data; 110 substream = intelhaddata->stream_info.had_substream; 111
112 if (intelhaddata->dev->power.runtime_status != RPM_SUSPENDED) {
113 pr_err("audio stream is active\n"); 114 return -EAGAIN; 115 }
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
participants (1)
-
kbuild test robot