[PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 02b6cc02767f..06ae3f5adf4b 100644 --- a/sound/usb/quirks.c +++ b/sound/usb

[PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 02b6cc02767f..06ae3f5adf4b 100644 --- a/sound/usb/quirks.c +++ b/sound/usb

Re: [PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
Please ignore this commit. there's something wrong. My apologies again. On Mon, Jul 23, 2018 at 1:53 AM Yue Wang wrote: > > Thesycon provides solutions to XMOS chips, and has its own device vendor id. > > In this patch, we use generic method to detect DSD capability of > Thes

Re: [PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
Please ignore this commit. there's something wrong. My apologies again. On Mon, Jul 23, 2018 at 1:53 AM Yue Wang wrote: > > Thesycon provides solutions to XMOS chips, and has its own device vendor id. > > In this patch, we use generic method to detect DSD capability of > Thes

Re: [PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
Thanks for the comment Jussi. Let's drop this patch, and I will send a new patch with this generic approach shortly. The new patch will have a different commit title and message. On Mon, Jul 23, 2018 at 1:26 AM Jussi Laako wrote: > > Hi, > > > + case USB_ID(0x152a, 0x8750): /* Topping DX7s */

Re: [PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
Thanks for the comment Jussi. Let's drop this patch, and I will send a new patch with this generic approach shortly. The new patch will have a different commit title and message. On Mon, Jul 23, 2018 at 1:26 AM Jussi Laako wrote: > > Hi, > > > + case USB_ID(0x152a, 0x8750): /* Topping DX7s */

[PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 02b6cc02767f..c51e2dee3075 100644 --- a/sound/usb/quirks.c +++ b/sound/usb

[PATCH] alsa/usb-audio: Generic DSD detection for Thesycon-based implementations

2018-07-23 Thread Yue Wang
bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 02b6cc02767f..c51e2dee3075 100644 --- a/sound/usb/quirks.c +++ b/sound/usb

[PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
vendor id and product id. The patch will enable the SNDRV_PCM_FMTBIT_DSD_U32_BE bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index

[PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
vendor id and product id. The patch will enable the SNDRV_PCM_FMTBIT_DSD_U32_BE bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index

Re: [PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
On Mon, Jul 23, 2018 at 12:30 AM Takashi Iwai wrote: > > On Mon, 23 Jul 2018 09:25:34 +0200, > wrote: > > > > From: Yue Wang > > > > Signed-off-by: Yue Wang > > Please give more explanation. > No commit message already indicates that something

Re: [PATCH] alsa/usb-audio: Topping DX7s quirk for DSD interface

2018-07-23 Thread Yue Wang
On Mon, Jul 23, 2018 at 12:30 AM Takashi Iwai wrote: > > On Mon, 23 Jul 2018 09:25:34 +0200, > wrote: > > > > From: Yue Wang > > > > Signed-off-by: Yue Wang > > Please give more explanation. > No commit message already indicates that something