Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Laurence Tratt <laurie@tratt.net>
Cc: Alexander Tsoy <alexander@tsoy.me>,
	Thomas Ebeling <penguins@bollie.de>,
	alsa-devel@alsa-project.org
Subject: Re: Clock sync problem?
Date: Thu, 11 Jun 2020 14:30:15 +0200	[thread overview]
Message-ID: <s5heeqleqeg.wl-tiwai@suse.de> (raw)
In-Reply-To: <20200610162912.ltwyjc4tpxsst3rf@overdrive.tratt.net>

On Wed, 10 Jun 2020 18:29:12 +0200,
Laurence Tratt wrote:
> 
> On Wed, Jun 10, 2020 at 04:49:14PM +0300, Alexander Tsoy wrote:
> 
> Hello Alexander,
> 
> > Thanks! So SSL 2+ is indeed currently needs implicit feedback quirk.
> > The question is why it didn't help in your case.
> 
> It didn't work because I was an idiot and used the wrong manufacturer ID.
> When I fixed that typo, the drift disappeared. Patch attached!

Great, care to submit the patch in a proper format?

> [It's reasonable to assume that this will also work for the SSL2, but I
> don't know its ID: it might use the same ID as the SSL2+ or perhaps its
> 0x0001. Unfortunately I suspect we'll have to wait until one is observed in
> the wild to know.]

Yes, the addition can be done easily at any time, so let's take the
known working one at first.


thanks,

Takashi

> 
> 
> Laurie
> 
> 
> diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
> index 8a05dcb134..abf726c49f 100644
> --- a/sound/usb/pcm.c
> +++ b/sound/usb/pcm.c
> @@ -367,6 +367,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
>  		ifnum = 0;
>  		goto add_sync_ep_from_ifnum;
>  	case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
> +	case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
>  		ep = 0x81;
>  		ifnum = 2;
>  		goto add_sync_ep_from_ifnum;
> 

      reply	other threads:[~2020-06-11 12:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 13:39 Clock sync problem? Laurence Tratt
2020-06-08  7:19 ` Takashi Iwai
2020-06-08  8:32   ` Thomas Ebeling
2020-06-08 13:35     ` Takashi Iwai
2020-06-08 14:43       ` Alexander Tsoy
2020-06-10  7:44         ` Laurence Tratt
2020-06-10 13:49           ` Alexander Tsoy
2020-06-10 16:29             ` Laurence Tratt
2020-06-11 12:30               ` 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=s5heeqleqeg.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alexander@tsoy.me \
    --cc=alsa-devel@alsa-project.org \
    --cc=laurie@tratt.net \
    --cc=penguins@bollie.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox