Hi Ondrej, FYI, kernel build failed on tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next head: a2af050f8df6eeec29818639859f14eb237d6957 commit: 77b0b254af72add59c8125cd8799f390bc508f2b [12/13] ALSA: ice1712: Add Philips PSC724 Ultimate Edge config: x86_64-randconfig-s080 (attached as .config) All error/warnings: sound/pci/ice1712/psc724.c: In function 'psc724_init': sound/pci/ice1712/psc724.c:417:5: error: 'struct snd_ice1712' has no member named 'pm_resume' sound/pci/ice1712/psc724.c:418:5: error: 'struct snd_ice1712' has no member named 'pm_suspend_enabled' vim +417 sound/pci/ice1712/psc724.c 77b0b254 Ondrej Zary 2012-10-14 411 spec->wm8776.ops.write = psc724_wm8776_write; 77b0b254 Ondrej Zary 2012-10-14 412 spec->wm8776.card = ice->card; 77b0b254 Ondrej Zary 2012-10-14 413 snd_wm8776_init(&spec->wm8776); 77b0b254 Ondrej Zary 2012-10-14 414 spec->wm8766.ops.write = psc724_wm8766_write; 77b0b254 Ondrej Zary 2012-10-14 415 spec->wm8766.card = ice->card; 77b0b254 Ondrej Zary 2012-10-14 416 #ifdef CONFIG_PM 77b0b254 Ondrej Zary 2012-10-14 @417 ice->pm_resume = psc724_resume; 77b0b254 Ondrej Zary 2012-10-14 418 ice->pm_suspend_enabled = 1; 77b0b254 Ondrej Zary 2012-10-14 419 #endif 77b0b254 Ondrej Zary 2012-10-14 420 snd_wm8766_init(&spec->wm8766); --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation