All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yue Wang <yuleopen@gmail.com>
To: yuleopen@gmail.com
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Jussi Laako <jussi@sonarnerd.net>,
	Nobutaka Okabe <nob77413@gmail.com>,
	Kai-Heng Feng <kai.heng.feng@canonical.com>,
	Daniel Mack <daniel@zonque.org>,
	Ruslan Bilovol <ruslan.bilovol@gmail.com>,
	Alberto Aguirre <albaguirre@gmail.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations
Date: Mon, 23 Jul 2018 01:53:25 -0700	[thread overview]
Message-ID: <20180723085327.49134-1-yuleopen@gmail.com> (raw)

Thesycon provides solutions to XMOS chips, and has its own device vendor id.

In this patch, we use generic method to detect DSD capability of Thesycon-based UAC2
implementations in order to support a wide range of current and future devices.

The patch will enable the SNDRV_PCM_FMTBIT_DSD_U32_BE bit for the DAC
hence enable native DSD playback up to DSD512 format.

Signed-off-by: Yue Wang <yuleopen@gmail.com>
---
 sound/usb/quirks.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 02b6cc02767f..c51e2dee3075 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1374,6 +1374,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 		break;
 
 	case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */
+	case USB_ID(0x152a, 0x8750): /* Topping DX7s */
 	case USB_ID(0x16b0, 0x06b2): /* NuPrime DAC-10 */
 	case USB_ID(0x16d0, 0x0733): /* Furutech ADL Stratos */
 	case USB_ID(0x16d0, 0x09db): /* NuPrime Audio DAC-9 */
-- 
2.18.0

             reply	other threads:[~2018-07-23  8:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-23  8:53 Yue Wang [this message]
2018-07-23  8:54 ` [PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations Yue Wang
2018-07-23  8:56   ` Takashi Iwai
2018-07-23  8:56     ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2018-07-23  8:56 Yue Wang
2018-07-23  9:31 ` Takashi Iwai
2018-07-23  9:31   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180723085327.49134-1-yuleopen@gmail.com \
    --to=yuleopen@gmail.com \
    --cc=albaguirre@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=daniel@zonque.org \
    --cc=jussi@sonarnerd.net \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nob77413@gmail.com \
    --cc=perex@perex.cz \
    --cc=ruslan.bilovol@gmail.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.