diff options
Diffstat (limited to 'sound/usb/pcm.c')
-rw-r--r-- | sound/usb/pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 75b96929f76c..e4bbf79de956 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c | |||
@@ -339,6 +339,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs, | |||
339 | ep = 0x81; | 339 | ep = 0x81; |
340 | ifnum = 2; | 340 | ifnum = 2; |
341 | goto add_sync_ep_from_ifnum; | 341 | goto add_sync_ep_from_ifnum; |
342 | case USB_ID(0x1397, 0x0001): /* Behringer UFX1604 */ | ||
342 | case USB_ID(0x1397, 0x0002): /* Behringer UFX1204 */ | 343 | case USB_ID(0x1397, 0x0002): /* Behringer UFX1204 */ |
343 | ep = 0x81; | 344 | ep = 0x81; |
344 | ifnum = 1; | 345 | ifnum = 1; |