All of lore.kernel.org
 help / color / mirror / Atom feed
From: ilya.pshonkin@netforce.ua
To: ilya.pshonkin@netforce.ua
Cc: "Ilya Pshonkin" <sudokamikaze@protonmail.com>,
	"Jaroslav Kysela" <perex@perex.cz>,
	"Takashi Iwai" <tiwai@suse.com>,
	"Jussi Laako" <jussi@sonarnerd.net>,
	"Olek Poplavsky" <woodenbits@gmail.com>,
	"Sasha Levin" <sashal@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Manuel Reinhardt" <manuel.rhdt@gmail.com>,
	"Amadeusz Sławiński" <amade@asmblr.net>,
	"Udo Eberhardt" <udo.eberhardt@thesycon.de>,
	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: Tue, 17 Sep 2019 10:49:34 +0300	[thread overview]
Message-ID: <20190917074937.157802-1-ilya.pshonkin@netforce.ua> (raw)

From: Ilya Pshonkin <sudokamikaze@protonmail.com>

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

Signed-off-by: Ilya Pshonkin <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


WARNING: multiple messages have this Message-ID (diff)
From: ilya.pshonkin@netforce.ua
To: ilya.pshonkin@netforce.ua
Cc: "Sasha Levin" <sashal@kernel.org>,
	"Jussi Laako" <jussi@sonarnerd.net>,
	"Udo Eberhardt" <udo.eberhardt@thesycon.de>,
	linux-kernel@vger.kernel.org,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Manuel Reinhardt" <manuel.rhdt@gmail.com>,
	"Takashi Iwai" <tiwai@suse.com>,
	"Olek Poplavsky" <woodenbits@gmail.com>,
	"Ilya Pshonkin" <sudokamikaze@protonmail.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	alsa-devel@alsa-project.org,
	"Amadeusz Sławiński" <amade@asmblr.net>
Subject: [alsa-devel] [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support
Date: Tue, 17 Sep 2019 10:49:34 +0300	[thread overview]
Message-ID: <20190917074937.157802-1-ilya.pshonkin@netforce.ua> (raw)

From: Ilya Pshonkin <sudokamikaze@protonmail.com>

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

Signed-off-by: Ilya Pshonkin <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

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2019-09-17  7:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17  7:49 ilya.pshonkin [this message]
2019-09-17  7:49 ` [alsa-devel] [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support ilya.pshonkin
2019-09-17  7:55 ` Takashi Iwai
2019-09-17  7:55   ` [alsa-devel] " Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2019-09-15 12:43 ilya.pshonkin

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=20190917074937.157802-1-ilya.pshonkin@netforce.ua \
    --to=ilya.pshonkin@netforce.ua \
    --cc=alsa-devel@alsa-project.org \
    --cc=amade@asmblr.net \
    --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=sashal@kernel.org \
    --cc=sudokamikaze@protonmail.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 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.