From: Phil Willoughby <willerz@gmail.com>
To: linux-sound@vger.kernel.org
Cc: Phil Willoughby <willerz@gmail.com>
Subject: [PATCH 1/1] ALSA:usb-audio: Disable Arturia Audiofuse 16Rig
Date: Thu, 19 Mar 2026 14:32:12 +0000 [thread overview]
Message-ID: <20260319143212.149090-2-willerz@gmail.com> (raw)
In-Reply-To: <20260319143212.149090-1-willerz@gmail.com>
There's an out of tree driver which works for some use-cases here:
Link: https://github.com/WillerZ/arturia-af16rig-driver
Signed-off-by: Phil Willoughby <willerz@gmail.com>
Tested-by: Phil Willoughby <willerz@gmail.com>
---
sound/usb/quirks-table.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index eafc0d73cca1..728a2a4b5566 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3541,6 +3541,13 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
}
},
+{
+ /* Arturia AudioFuse 16Rig has an out-of-tree driver */
+ USB_DEVICE(0x1c75, 0xaf20),
+ QUIRK_DRIVER_INFO {
+ .ifnum = QUIRK_NODEV_INTERFACE
+ },
+},
{
/*
* Fiero SC-01 (firmware v1.0.0 @ 48 kHz)
--
2.53.0
next prev parent reply other threads:[~2026-03-19 14:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 14:32 [PATCH 0/1] ALSA:usb-audio: Disable Arturia Audiofuse 16Rig Phil Willoughby
2026-03-19 14:32 ` Phil Willoughby [this message]
2026-03-27 12:20 ` [PATCH 1/1] " Takashi Iwai
2026-03-27 13:22 ` Phil Willoughby
2026-03-27 13:43 ` Takashi Iwai
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=20260319143212.149090-2-willerz@gmail.com \
--to=willerz@gmail.com \
--cc=linux-sound@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox