diff options
Diffstat (limited to 'sound/usb/card.c')
-rw-r--r-- | sound/usb/card.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 0bd62a1aa4f2..da1346bd4856 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c | |||
@@ -606,6 +606,9 @@ static int usb_audio_resume(struct usb_interface *intf) | |||
606 | 606 | ||
607 | return 0; | 607 | return 0; |
608 | } | 608 | } |
609 | #else | ||
610 | #define usb_audio_suspend NULL | ||
611 | #define usb_audio_resume NULL | ||
609 | #endif /* CONFIG_PM */ | 612 | #endif /* CONFIG_PM */ |
610 | 613 | ||
611 | static struct usb_device_id usb_audio_ids [] = { | 614 | static struct usb_device_id usb_audio_ids [] = { |