public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
@ 2026-04-16 19:11 Juan Pablo Fuentealba Bizama
  2026-04-17  7:47 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Juan Pablo Fuentealba Bizama @ 2026-04-16 19:11 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, linux-sound, Juan Pablo Fuentealba Bizama

Add quirk entry for SmartlinkTechnology M01 USB microphone to enable the standard mixer interface.

Signed-off-by: Juan Pablo Fuentealba Bizama <jpfuentealbabizama@gmail.com>
---
 sound/usb/quirks-table.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 803e03d4d77b..283135d880db 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3772,6 +3772,18 @@ YAMAHA_DEVICE(0x7010, "UB99"),
 		}
 	}
 },
+{
+	/*
+	 * SmartlinkTechnology M01
+	 * USB audio device that needs standard mixer quirk
+	 */
+	USB_DEVICE(0x301a, 0x159b),
+	QUIRK_DRIVER_INFO {
+		.vendor_name = "SmartlinkTechnology",
+		.product_name = "M01",
+		QUIRK_DATA_STANDARD_MIXER(QUIRK_ANY_INTERFACE)
+	}
+},
 #define QUIRK_RME_DIGIFACE(pid) \
 { \
 	/* Only claim interface 0 */ \
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
  2026-04-16 19:11 [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01 Juan Pablo Fuentealba Bizama
@ 2026-04-17  7:47 ` Takashi Iwai
  2026-04-17 15:07   ` Juan Pablo Fuentealba Bizama
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2026-04-17  7:47 UTC (permalink / raw)
  To: Juan Pablo Fuentealba Bizama; +Cc: alsa-devel, linux-sound

On Thu, 16 Apr 2026 21:11:49 +0200,
Juan Pablo Fuentealba Bizama wrote:
> 
> Add quirk entry for SmartlinkTechnology M01 USB microphone to enable the standard mixer interface.
> 
> Signed-off-by: Juan Pablo Fuentealba Bizama <jpfuentealbabizama@gmail.com>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
  2026-04-17  7:47 ` Takashi Iwai
@ 2026-04-17 15:07   ` Juan Pablo Fuentealba Bizama
  2026-04-17 15:51     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Juan Pablo Fuentealba Bizama @ 2026-04-17 15:07 UTC (permalink / raw)
  To: linux-sound; +Cc: tiwai

Hi Takashi,

I've been testing this patch on the actual hardware (SmartlinkTechnology M01, 301a:159b) with a custom compiled kernel, and unfortunately it seems to cause a regression.

While the device is correctly detected and appears in /proc/asound/cards, it fails to create any PCM capture device (it's not listed by arecord -l). Before the patch, the device worked, albeit with low volume. Now it seems the quirk is insufficient to enable audio capture on this specific device, effectively muting it.

Given this, could we please revert this patch for now? I can prepare the revert patch and send it as v4 if that's the correct procedure.

Thanks,
Juan Pablo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
  2026-04-17 15:07   ` Juan Pablo Fuentealba Bizama
@ 2026-04-17 15:51     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-04-17 15:51 UTC (permalink / raw)
  To: Juan Pablo Fuentealba Bizama; +Cc: linux-sound, tiwai

On Fri, 17 Apr 2026 17:07:48 +0200,
Juan Pablo Fuentealba Bizama wrote:
> 
> Hi Takashi,
> 
> I've been testing this patch on the actual hardware (SmartlinkTechnology M01, 301a:159b) with a custom compiled kernel, and unfortunately it seems to cause a regression.
> 
> While the device is correctly detected and appears in /proc/asound/cards, it fails to create any PCM capture device (it's not listed by arecord -l). Before the patch, the device worked, albeit with low volume. Now it seems the quirk is insufficient to enable audio capture on this specific device, effectively muting it.
> 
> Given this, could we please revert this patch for now? I can prepare the revert patch and send it as v4 if that's the correct procedure.

OK, then let's scratch for now.


Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-17 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 19:11 [PATCH v3] ALSA: usb-audio: Add quirk for SmartlinkTechnology M01 Juan Pablo Fuentealba Bizama
2026-04-17  7:47 ` Takashi Iwai
2026-04-17 15:07   ` Juan Pablo Fuentealba Bizama
2026-04-17 15:51     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox