Skip to content

Commit 99248c8

Browse files
Max-McCarthy-McIntosh-Labstiwai
authored andcommitted
ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices
McIntosh devices supporting native DSD require the feature to be explicitly exposed. Add a flag that fixes an issue where DSD audio was defaulting to DSD over PCM instead of delivering raw DSD data. Signed-off-by: Max McCarthy <mmccarthy@mcintoshlabs.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/BL0PR13MB4433226005162D186A8DFF4AD6DFA@BL0PR13MB4433.namprd13.prod.outlook.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 7c05b44 commit 99248c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22202220
QUIRK_FLAG_DSD_RAW),
22212221
VENDOR_FLG(0x2ab6, /* T+A devices */
22222222
QUIRK_FLAG_DSD_RAW),
2223+
VENDOR_FLG(0x2afd, /* McIntosh Laboratory, Inc. */
2224+
QUIRK_FLAG_DSD_RAW),
22232225
VENDOR_FLG(0x2d87, /* Cayin device */
22242226
QUIRK_FLAG_DSD_RAW),
22252227
VENDOR_FLG(0x3336, /* HEM devices */

0 commit comments

Comments
 (0)