[PATCH] ALSA: usb-audio - Capture and duplex support for Digidesign Mbox 1 sound card. This second patch removes a few extra lines I added by mistake when I merged my private repo to the one for submission. Signed-off-by: Damien Zammit --- sound/usb/quirks-table.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 0ea9f00..f799359 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2921,11 +2921,6 @@ YAMAHA_DEVICE(0x7010, "UB99"), .maxpacksize = 0x130, .rates = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000, - .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, - .endpoint = 0x02, - .ep_attr = 0x01, - .rates = SNDRV_PCM_RATE_44100 | - SNDRV_PCM_RATE_48000, .rate_min = 44100, .rate_max = 48000, .nr_rates = 2, -- 1.7.9.5