From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF58E4C6A for ; Mon, 14 Nov 2022 12:58:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 350EDC433C1; Mon, 14 Nov 2022 12:58:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668430727; bh=0276eM4UICAOlfG/KkHa0nbVgEXgFG8jUvt4r+XHvBg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LAiHREb1ObaI58hG83Yi+Z2rHvPOYwR/xNRSE9vX2Wz+j6Ppms0lrBv8Sc3zm5JPL B7HMly1hg8Xs9wNTcm5+0Rd+nb8MJ4kGvmoh2GTWtQ/rxMSh/W7BfEh8Y5icN1wIsG C929mr/7t4CCRtKASXE18pdOQO3xqToAVWruaAAI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jussi Laako , Takashi Iwai Subject: [PATCH 5.15 095/131] ALSA: usb-audio: Add DSD support for Accuphase DAC-60 Date: Mon, 14 Nov 2022 13:46:04 +0100 Message-Id: <20221114124452.747371707@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221114124448.729235104@linuxfoundation.org> References: <20221114124448.729235104@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Jussi Laako commit 8cbd4725ffff3eface1f5f3397af02acad5b2831 upstream. Accuphase DAC-60 option card supports native DSD up to DSD256, but doesn't have support for auto-detection. Explicitly enable DSD support for the correct altsetting. Signed-off-by: Jussi Laako Cc: Link: https://lore.kernel.org/r/20221108221241.1220878-1-jussi@sonarnerd.net Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1611,6 +1611,7 @@ u64 snd_usb_interface_dsd_format_quirks( /* XMOS based USB DACs */ switch (chip->usb_id) { case USB_ID(0x1511, 0x0037): /* AURALiC VEGA */ + case USB_ID(0x21ed, 0xd75a): /* Accuphase DAC-60 option card */ case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */ case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */ if (fp->altsetting == 2)