From: Alexander Beregalov Date: Thu, 4 Jun 2009 09:46:16 +0000 (+0400) Subject: ALSA: hda_intel: fix build error when !PM X-Git-Tag: v2.6.31-rc1~363^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f759831179bb8922f2a91a989487161d476a94;p=pandora-kernel.git ALSA: hda_intel: fix build error when !PM Fix this build error when CONFIG_PM is not set: ound/pci/hda/hda_intel.c: In function 'azx_bus_reset': sound/pci/hda/hda_intel.c:1270: error: implicit declaration of function 'snd_pcm_suspend_all' sound/pci/hda/hda_intel.c:1271: error: implicit declaration of function 'snd_hda_suspend' sound/pci/hda/hda_intel.c:1272: error: implicit declaration of function 'snd_hda_resume' Signed-off-by: Alexander Beregalov Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed