diff options
author | Jussi Laako <jussi@sonarnerd.net> | 2018-06-13 02:08:55 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-13 02:20:12 -0400 |
commit | d9d5ed1ad5d8a256c8c3f6b7736d9dad10232637 (patch) | |
tree | 45b7c7c24023f24b70c8850e12095f0768364154 /sound/usb/quirks.c | |
parent | f332485fb37baecc3e2e598870f33d06c15a74f3 (diff) |
ALSA: usb-audio: Remove explicitly listed Mytek devices
Remove explicitly listed Mytek devices covered by the more generic DSD
detection method.
Signed-off-by: Jussi Laako <jussi@sonarnerd.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r-- | sound/usb/quirks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 4cf79b26645e..02b6cc02767f 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c | |||
@@ -1368,9 +1368,6 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip, | |||
1368 | case USB_ID(0x22d9, 0x0436): /* OPPO Sonica */ | 1368 | case USB_ID(0x22d9, 0x0436): /* OPPO Sonica */ |
1369 | case USB_ID(0x22d9, 0x0461): /* OPPO UDP-205 */ | 1369 | case USB_ID(0x22d9, 0x0461): /* OPPO UDP-205 */ |
1370 | case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */ | 1370 | case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */ |
1371 | case USB_ID(0x25ce, 0x001f): /* Mytek Brooklyn DAC */ | ||
1372 | case USB_ID(0x25ce, 0x0021): /* Mytek Manhattan DAC */ | ||
1373 | case USB_ID(0x25ce, 0x8025): /* Mytek Brooklyn DAC+ */ | ||
1374 | case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */ | 1371 | case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */ |
1375 | if (fp->altsetting == 2) | 1372 | if (fp->altsetting == 2) |
1376 | return SNDRV_PCM_FMTBIT_DSD_U32_BE; | 1373 | return SNDRV_PCM_FMTBIT_DSD_U32_BE; |