From cb129ed4fcdf39f4bba0f9cef9529666952fd8ba Mon Sep 17 00:00:00 2001 From: Anshul Jain Date: Thu, 31 Jul 2014 11:21:58 -0700 Subject: sound: add usb_device_ids Add MODULE_DEVICE_TABLE again, this was accidentally deleted in previous commit. Change-Id: I5f9a58a7718a8249272c5b79080d8300596b4cec Signed-off-by: Anshul Jain Reviewed-on: http://git-master/r/449398 Reviewed-by: Jason Roche --- sound/usb/card.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/usb/card.c b/sound/usb/card.c index 9b03643bdb42..202a2da2a4af 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -728,6 +728,8 @@ static struct usb_device_id usb_audio_ids [] = { { } /* Terminating entry */ }; +MODULE_DEVICE_TABLE (usb, usb_audio_ids); + #ifdef CONFIG_SWITCH static struct usb_device_id usb_nonswitch_ids [] = { #include "nonswitch-table.h" -- cgit v1.2.3