linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: ilya.pshonkin@netforce.ua
To: ilya.pshonkin@netforce.ua
Cc: Sudokamikaze <sudokamikaze@protonmail.com>,
	"Jaroslav Kysela" <perex@perex.cz>,
	"Takashi Iwai" <tiwai@suse.com>, "Tony Das" <tdas444@gmail.com>,
	"Olek Poplavsky" <woodenbits@gmail.com>,
	"Amadeusz Sławiński" <amade@asmblr.net>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Jussi Laako" <jussi@sonarnerd.net>,
	"Udo Eberhardt" <udo.eberhardt@thesycon.de>,
	"Manuel Reinhardt" <manuel.rhdt@gmail.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support
Date: Sun, 15 Sep 2019 15:43:59 +0300	[thread overview]
Message-ID: <20190915124400.6244-1-ilya.pshonkin@netforce.ua> (raw)

From: Sudokamikaze <sudokamikaze@protonmail.com>

This patch adds quirk VID ID for Hiby portable players family with native DSD playback support

Signed-off-by: Sudokamikaze <sudokamikaze@protonmail.com>
---
 sound/usb/quirks.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 78858918cbc1..64a8d73972e3 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1655,6 +1655,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 	case 0x152a:  /* Thesycon devices */
 	case 0x25ce:  /* Mytek devices */
 	case 0x2ab6:  /* T+A devices */
+	case 0xc502:  /* HiBy devices */
 		if (fp->dsd_raw)
 			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
 		break;
-- 
2.23.0


             reply	other threads:[~2019-09-15 12:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-15 12:43 ilya.pshonkin [this message]
2019-09-17  7:49 [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support ilya.pshonkin
2019-09-17  7:55 ` 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=20190915124400.6244-1-ilya.pshonkin@netforce.ua \
    --to=ilya.pshonkin@netforce.ua \
    --cc=alsa-devel@alsa-project.org \
    --cc=amade@asmblr.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=jussi@sonarnerd.net \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manuel.rhdt@gmail.com \
    --cc=perex@perex.cz \
    --cc=sudokamikaze@protonmail.com \
    --cc=tdas444@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.com \
    --cc=udo.eberhardt@thesycon.de \
    --cc=woodenbits@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).