Re: [PATCH] ALSA: hda - Silence PM ops build warning

2018-04-12 Thread Lukas Wunner
On Thu, Mar 29, 2018 at 01:46:26PM +0200, Lukas Wunner wrote: > sound/pci/hda/hda_intel.c:1024:12: warning: 'azx_resume' defined but not used > [-Wunused-function] > static int azx_resume(struct device *dev) > ^~ > sound/pci/hda/hda_intel.c:989:12: warning: 'azx_suspend'

Re: [PATCH] ALSA: hda - Silence PM ops build warning

2018-03-29 Thread Lukas Wunner
On Thu, Mar 29, 2018 at 01:51:43PM +0200, Takashi Iwai wrote: > On Thu, 29 Mar 2018 13:46:26 +0200, Lukas Wunner wrote: > > The system sleep PM ops azx_suspend() and azx_resume() were previously > > called by vga_switcheroo, but commit 07f4f97d7b4b ("vga_switcheroo: Use > > device link for HDA

Re: [PATCH] ALSA: hda - Silence PM ops build warning

2018-03-29 Thread Takashi Iwai
On Thu, 29 Mar 2018 13:46:26 +0200, Lukas Wunner wrote: > > The system sleep PM ops azx_suspend() and azx_resume() were previously > called by vga_switcheroo, but commit 07f4f97d7b4b ("vga_switcheroo: Use > device link for HDA controller") removed their invocation. > > Unfortunately the commit