projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea114fc
)
ALSA: usb-audio: add native DSD support for JLsounds I2SoverUSB
author
Jurgen Kramer
<
[email protected]
>
Fri, 5 Jun 2015 07:42:49 +0000
(09:42 +0200)
committer
Takashi Iwai
<
[email protected]
>
Mon, 8 Jun 2015 09:22:21 +0000
(11:22 +0200)
This patch adds native DSD support for the XMOS based JLsounds I2SoverUSB board
Signed-off-by: Jurgen Kramer <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/usb/quirks.c
patch
|
blob
|
history
diff --git
a/sound/usb/quirks.c
b/sound/usb/quirks.c
index b8c97d092a47086a802b119e33596f5b1ef3d0eb..754e689596a21b43f3b3a45b8f3062ec29b74099 100644
(file)
--- a/
sound/usb/quirks.c
+++ b/
sound/usb/quirks.c
@@
-1267,8
+1267,9
@@
u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
if (fp->altsetting == 2)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
break;
- /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */
- case USB_ID(0x20b1, 0x2009):
+
+ case USB_ID(0x20b1, 0x2009): /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */
+ case USB_ID(0x20b1, 0x2023): /* JLsounds I2SoverUSB */
if (fp->altsetting == 3)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
break;