All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [alsa-devel] [PATCH 01/01] Add VID to support native DSD reproduction on FiiO devices.
@ 2020-01-19 20:42 Mihai Luizescu
  0 siblings, 0 replies; 3+ messages in thread
From: Mihai Luizescu @ 2020-01-19 20:42 UTC (permalink / raw)
  To: emilio.moretti; +Cc: alsa-devel, tiwai, linux-kernel

Tested-by: Mihai Luizescu <m.luizescu@gmail.com>
---

I tested the patch today on Archlinux and I can confirm that it is working.

I am able to play DSD files up to DSD256, the maximum supported by the
sound card.

I only compiled the snd_usb_audio module with the patch and replaced
the stock one.

DSD playback was confirmed by the green LED on the soundcard and by

checking /proc/asound (altset 3 is used during DSD playback).
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [alsa-devel] [PATCH 01/01] Add VID to support native DSD reproduction on FiiO devices.
@ 2020-01-19 20:46 Mihai Luizescu
  0 siblings, 0 replies; 3+ messages in thread
From: Mihai Luizescu @ 2020-01-19 20:46 UTC (permalink / raw)
  To: emilio.moretti; +Cc: alsa-devel, tiwai, linux-kernel

Tested-by: Mihai Luizescu <m.luizescu@gmail.com>
---

I tested the patch today on Archlinux and I can confirm that it is working.

I am able to play DSD files up to DSD256, the maximum supported by the
sound card.

I only compiled the snd_usb_audio module with the patch and replaced
the stock one.

DSD playback was confirmed by the green LED on the soundcard and by

checking /proc/asound (altset 3 is used during DSD playback).
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [alsa-devel] [PATCH 01/01] Add VID to support native DSD reproduction on FiiO devices.
@ 2019-11-19  9:08 Emilio Moretti
  0 siblings, 0 replies; 3+ messages in thread
From: Emilio Moretti @ 2019-11-19  9:08 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel, linux-kernel

Add VID to support native DSD reproduction on FiiO devices.

Signed-off-by: Emilio Moretti <emilio.moretti@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 349e1e52996d..f5fc65aef628 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1658,6 +1658,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 	case 0x25ce:  /* Mytek devices */
 	case 0x278b:  /* Rotel? */
 	case 0x292b:  /* Gustard/Ess based devices */
+	case 0x2972:  /* FiiO devices */
 	case 0x2ab6:  /* T+A devices */
 	case 0x3842:  /* EVGA */
 	case 0xc502:  /* HiBy devices */
-- 
2.20.1


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-22 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 20:42 [alsa-devel] [PATCH 01/01] Add VID to support native DSD reproduction on FiiO devices Mihai Luizescu
  -- strict thread matches above, loose matches on Subject: below --
2020-01-19 20:46 Mihai Luizescu
2019-11-19  9:08 Emilio Moretti

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.