Skip to content

Commit d1d6ad7

Browse files
royvegardtiwai
authored andcommitted
ALSA: usb-audio: don't apply interface quirk to Presonus S1824c
Testing with a Presonus STUDIO 1824c together with a Behringer ultragain digital ADAT device shows that using all 3 altno settings works fine. When selecting sample rate, the driver sets the interface to the correct altno setting and the correct number of channels is set. Selecting the correct altno setting via Ardour, Reaper or whatever other way to set the sample rate is more convenient than re-loading the driver module with device_setup to set altno. Signed-off-by: Roy Vegard Ovesen <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent d33c347 commit d1d6ad7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sound/usb/quirks.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,9 +1599,6 @@ int snd_usb_apply_interface_quirk(struct snd_usb_audio *chip,
15991599
/* presonus studio 1810c: skip altsets incompatible with device_setup */
16001600
if (chip->usb_id == USB_ID(0x194f, 0x010c))
16011601
return s1810c_skip_setting_quirk(chip, iface, altno);
1602-
/* presonus studio 1824c: skip altsets incompatible with device_setup */
1603-
if (chip->usb_id == USB_ID(0x194f, 0x010d))
1604-
return s1810c_skip_setting_quirk(chip, iface, altno);
16051602

16061603
return 0;
16071604
}

0 commit comments

Comments
 (0)