All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Jurgen Kramer <gtmkramer@xs4all.nl>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] usb: add native DSD support for Matrix Audio DACs
Date: Wed, 17 Dec 2014 17:56:39 +0100	[thread overview]
Message-ID: <s5hoar22p14.wl-tiwai@suse.de> (raw)
In-Reply-To: <1418834720-4772-1-git-send-email-gtmkramer@xs4all.nl>

At Wed, 17 Dec 2014 17:45:20 +0100,
Jurgen Kramer wrote:
> 
> This patch adds native DSD support for two XMOS based DACs from Matrix Audio:
> - X-Sabre
> - Mini-i Pro
> 
> Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>

Applied, thanks.


Takashi

> ---
>  sound/usb/quirks.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> index 4dbfb3d..a739841 100644
> --- a/sound/usb/quirks.c
> +++ b/sound/usb/quirks.c
> @@ -1245,8 +1245,9 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
>  
>  	/* XMOS based USB DACs */
>  	switch (chip->usb_id) {
> -	/* iFi Audio micro/nano iDSD */
> -	case USB_ID(0x20b1, 0x3008):
> +	case USB_ID(0x20b1, 0x3008): /* iFi Audio micro/nano iDSD */
> +	case USB_ID(0x20b1, 0x2008): /* Matrix Audio X-Sabre */
> +	case USB_ID(0x20b1, 0x300a): /* Matrix Audio Mini-i Pro */
>  		if (fp->altsetting == 2)
>  			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
>  		break;
> -- 
> 1.9.3
> 

      parent reply	other threads:[~2014-12-17 16:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17 16:45 [PATCH] usb: add native DSD support for Matrix Audio DACs Jurgen Kramer
2014-12-17 16:52 ` Michael Trimarchi
2014-12-17 16:56 ` Takashi Iwai [this message]

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=s5hoar22p14.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=gtmkramer@xs4all.nl \
    /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.