summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/usb/card.c2
1 files changed, 2 insertions, 0 deletions
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"