All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Hills <mark@xwax.org>
Cc: Geraldo Nascimento <geraldogabriel@gmail.com>,
	alsa-devel@alsa-project.org
Subject: Re: Regression in Final Scratch 'ScratchAmp' quirk (DJ interface)
Date: Thu, 04 Jan 2024 10:42:33 +0100	[thread overview]
Message-ID: <87a5pla0za.wl-tiwai@suse.de> (raw)
In-Reply-To: <ZZXzhKbCEK04caa2@geday>

On Thu, 04 Jan 2024 00:53:40 +0100,
Geraldo Nascimento wrote:
> 
> On Wed, Jan 03, 2024 at 03:54:29PM +0000, Mark Hills wrote:
> > The ScratchAmp worked perfectly with a quirk, but now that seems to have 
> > regressed and the device is no longer detected [1].
> > 
> > It's design is from 2002, based on class-compliant (Philips UDA1325H) 
> > chips. It hides itself behind a 'vendor specific' description, presumably 
> > as it was launched in a closed system with specific hardware and software 
> > for DJ'ing.
> 
> Hi Mark, great fan of your work with xwax here.
> 
> Perhaps adding USB_DEVICE_VENDOR_SPEC(0x103d, 0x0100) and
> USB_DEVICE_VENDOR_SPEC(0x103d, 0x0101) to quirks-table.h can do the
> trick?

Yes, something like below.

If this doesn't work, try to replace USB_DEVICE_VENDOR_SPEC() with
USB_AUDIO_DEVICE() in the patch.

In anyway, please give lsusb -v output of the specific device, too.


Takashi

-- 8< --
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -169,6 +169,10 @@
 { USB_AUDIO_DEVICE(0x046d, 0x08f6) },
 { USB_AUDIO_DEVICE(0x046d, 0x0990) },
 
+/* Stanton ScratchAmp */
+{ USB_DEVICE_VENDOR_SPEC(0x103d, 0x0100) },
+{ USB_DEVICE_VENDOR_SPEC(0x103d, 0x0101) },
+
 /*
  * Yamaha devices
  */


      reply	other threads:[~2024-01-04  9:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-03 15:54 Regression in Final Scratch 'ScratchAmp' quirk (DJ interface) Mark Hills
2024-01-03 23:53 ` Geraldo Nascimento
2024-01-04  9:42   ` 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=87a5pla0za.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=geraldogabriel@gmail.com \
    --cc=mark@xwax.org \
    /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.