Skip to content

Commit f510f3b

Browse files
Rongronggg9tiwai
authored andcommitted
ALSA: usb-audio: Add linear volume quirk for Hotone Audio Pulze Mini
Hotone Audio Pulze Mini is a modeling amplifier with UAC interface. Its Playback and Capture mixers use linear volume with val = 0/100/1. Add a quirk table entry matching VID/PID=0x84ef/0x0082 and applying linear volume quirk flags, so that it can work properly. Quirky device sample: usb 7-1: New USB device found, idVendor=84ef, idProduct=0082, bcdDevice= 1.03 usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 7-1: Product: Pulze Mini usb 7-1: Manufacturer: Hotone Audio usb 7-1: SerialNumber: 20240807 Signed-off-by: Rong Zhang <i@rong.moe> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260303194805.266158-8-i@rong.moe
1 parent 3787a6a commit f510f3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24412441
QUIRK_FLAG_ALIGN_TRANSFER),
24422442
DEVICE_FLG(0x534d, 0x2109, /* MacroSilicon MS2109 */
24432443
QUIRK_FLAG_ALIGN_TRANSFER),
2444+
DEVICE_FLG(0x84ef, 0x0082, /* Hotone Audio Pulze Mini */
2445+
QUIRK_FLAG_MIXER_PLAYBACK_LINEAR_VOL | QUIRK_FLAG_MIXER_CAPTURE_LINEAR_VOL),
24442446

24452447
/* Vendor and string descriptor matches */
24462448
VENDOR_STRING_FLG(0x1235, /* Conflict with Focusrite Novation */

0 commit comments

Comments
 (0)