ALSA: usb: fix usb build error when PM is not enabled
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 22 Mar 2010 15:55:35 +0000 (08:55 -0700)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Mar 2010 16:07:36 +0000 (17:07 +0100)
commit6407d474e6ae6a798fa5ba40b32f508a52de80ff
tree30e0ef362cc3cd8d7e281a768c594636fd019377
parent2fb20b61550d3c5335e59819ed22734900d4d6e3
ALSA: usb: fix usb build error when PM is not enabled

Fix build errors when CONFIG_PM is not enabled:

sound/usb/card.c:629: error: 'usb_audio_suspend' undeclared here (not in a function)
sound/usb/card.c:630: error: 'usb_audio_resume' undeclared here (not in a function)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c