[alsa-devel] [PATCH 0/1] ALSA: usb-audio: Remove explicitly listed Mytek devices
I missed the part that removes Mytek devices from explicit list, from the earlier patch set when merging changes from my kernel tree.
This patch removes the devices already covered by the earlier patch which also covers the Mytek Liberty DAC not listed here.
Remove explicitly listed Mytek devices covered by the more generic DSD detection method.
Signed-off-by: Jussi Laako jussi@sonarnerd.net --- sound/usb/quirks.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 845112c..bc2c715 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, case USB_ID(0x22d9, 0x0436): /* OPPO Sonica */ case USB_ID(0x22d9, 0x0461): /* OPPO UDP-205 */ case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */ - case USB_ID(0x25ce, 0x001f): /* Mytek Brooklyn DAC */ - case USB_ID(0x25ce, 0x0021): /* Mytek Manhattan DAC */ - case USB_ID(0x25ce, 0x8025): /* Mytek Brooklyn DAC+ */ case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */ if (fp->altsetting == 2) return SNDRV_PCM_FMTBIT_DSD_U32_BE;
On Wed, 13 Jun 2018 08:08:55 +0200, Jussi Laako wrote:
Remove explicitly listed Mytek devices covered by the more generic DSD detection method.
Signed-off-by: Jussi Laako jussi@sonarnerd.net
OK, applied now.
thanks,
Takashi
participants (2)
-
Jussi Laako
-
Takashi Iwai