All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: support new Amanero Combo384 firmware version
@ 2017-11-01 21:32 Jussi Laako
  2017-11-02  8:49 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jussi Laako @ 2017-11-01 21:32 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, Jussi Laako

Support DSD_U32_BE sample format on new Amanero Combo384 firmware
version on older VID/PID.

Signed-off-by: Jussi Laako <jussi@sonarnerd.net>
---
 sound/usb/quirks.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 5a040e3..77eecaa 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1369,6 +1369,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 			case 0x199:
 				return SNDRV_PCM_FMTBIT_DSD_U32_LE;
 			case 0x19b:
+			case 0x203:
 				return SNDRV_PCM_FMTBIT_DSD_U32_BE;
 			default:
 				break;
-- 
2.7.4

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

* Re: [PATCH] ALSA: usb-audio: support new Amanero Combo384 firmware version
  2017-11-01 21:32 [PATCH] ALSA: usb-audio: support new Amanero Combo384 firmware version Jussi Laako
@ 2017-11-02  8:49 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2017-11-02  8:49 UTC (permalink / raw)
  To: Jussi Laako; +Cc: alsa-devel

On Wed, 01 Nov 2017 22:32:33 +0100,
Jussi Laako wrote:
> 
> Support DSD_U32_BE sample format on new Amanero Combo384 firmware
> version on older VID/PID.
> 
> Signed-off-by: Jussi Laako <jussi@sonarnerd.net>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2017-11-02  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 21:32 [PATCH] ALSA: usb-audio: support new Amanero Combo384 firmware version Jussi Laako
2017-11-02  8:49 ` Takashi Iwai

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.