All of lore.kernel.org
 help / color / mirror / Atom feed
From: Udo Eberhardt <udo.eberhardt@thesycon.de>
To: alsa-devel@alsa-project.org
Subject: quirks patch for new T+A USB DAC
Date: Tue, 5 Feb 2019 17:08:51 +0100	[thread overview]
Message-ID: <b2d6f671-1cee-231d-bf1c-a6a58e31076b@thesycon.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

Hi all,

This is a patch for sound/usb/quirks.c which enables DSD support for a 
new T+A DAC for which we have developed the USB firmware. Here is a 
patch description:

This patch adds the T+A VID to the generic check in order to enable 
native DSD support for T+A devices. This works with the new T+A USB DAC 
model SD3100HV and will also work with future devices which support the 
XMOS/Thesycon style DSD format.


I hope you can apply this patch. Let me know if you need more info.

Thank you,
Udo


[-- Attachment #2: T+A_native_DSD_quirks.patch --]
[-- Type: text/plain, Size: 453 bytes --]

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index ef67d19117c4..f372c624bbf4 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1553,6 +1553,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 	case 0x20b1:  /* XMOS based devices */
 	case 0x152a:  /* Thesycon devices */
 	case 0x25ce:  /* Mytek devices */
+	case 0x2ab6:  /* T+A devices */
 		if (fp->dsd_raw)
 			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
 		break;

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2019-02-05 16:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 16:08 Udo Eberhardt [this message]
2019-02-05 16:13 ` quirks patch for new T+A USB DAC Takashi Iwai
2019-02-05 16:18   ` Udo Eberhardt
2019-02-05 16:20     ` Takashi Iwai
2019-02-05 16:24       ` Udo Eberhardt

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=b2d6f671-1cee-231d-bf1c-a6a58e31076b@thesycon.de \
    --to=udo.eberhardt@thesycon.de \
    --cc=alsa-devel@alsa-project.org \
    /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.