* [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
@ 2025-11-02 19:10 Pauli Virtanen
2025-11-02 19:31 ` bluez.test.bot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Pauli Virtanen @ 2025-11-02 19:10 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Pauli Virtanen, perex, tiwai, linux-sound, linux-kernel
ID 1038:1294 SteelSeries ApS Arctis Pro Wireless
is reported to have muted min playback volume. Apply quirk for that.
Link: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4229#note_3174448
Signed-off-by: Pauli Virtanen <pav@iki.fi>
---
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 71638e6dfb20..e5b857129caf 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2267,6 +2267,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
QUIRK_FLAG_FIXED_RATE),
DEVICE_FLG(0x0fd9, 0x0008, /* Hauppauge HVR-950Q */
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
+ DEVICE_FLG(0x1038, 0x1294, /* SteelSeries Arctis Pro Wireless */
+ QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
DEVICE_FLG(0x1101, 0x0003, /* Audioengine D1 */
QUIRK_FLAG_GET_SAMPLE_RATE),
DEVICE_FLG(0x12d1, 0x3a07, /* Huawei Technologies Co., Ltd. */
--
2.51.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* RE: ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
2025-11-02 19:10 [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis Pauli Virtanen
@ 2025-11-02 19:31 ` bluez.test.bot
2025-11-04 11:06 ` [PATCH] " Takashi Iwai
2025-12-01 21:35 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2025-11-02 19:31 UTC (permalink / raw)
To: linux-bluetooth, pav
[-- Attachment #1: Type: text/plain, Size: 2543 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1018659
---Test result---
Test Summary:
CheckPatch PENDING 0.26 seconds
GitLint PENDING 0.22 seconds
SubjectPrefix FAIL 0.34 seconds
BuildKernel PASS 25.05 seconds
CheckAllWarning PASS 28.12 seconds
CheckSparse PASS 31.87 seconds
BuildKernel32 PASS 25.16 seconds
TestRunnerSetup PASS 507.28 seconds
TestRunner_l2cap-tester PASS 25.93 seconds
TestRunner_iso-tester PASS 81.32 seconds
TestRunner_bnep-tester PASS 6.20 seconds
TestRunner_mgmt-tester FAIL 114.39 seconds
TestRunner_rfcomm-tester PASS 9.29 seconds
TestRunner_sco-tester PASS 14.53 seconds
TestRunner_ioctl-tester PASS 9.97 seconds
TestRunner_mesh-tester FAIL 11.39 seconds
TestRunner_smp-tester PASS 8.56 seconds
TestRunner_userchan-tester PASS 6.62 seconds
IncrementalBuild PENDING 0.44 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 490, Passed: 484 (98.8%), Failed: 2, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.107 seconds
LL Privacy - Set Flags 3 (2 Devices to RL) Failed 0.184 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 1.931 seconds
Mesh - Send cancel - 2 Timed out 1.997 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
2025-11-02 19:10 [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis Pauli Virtanen
2025-11-02 19:31 ` bluez.test.bot
@ 2025-11-04 11:06 ` Takashi Iwai
2025-12-01 21:35 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2025-11-04 11:06 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-bluetooth, perex, tiwai, linux-sound, linux-kernel
On Sun, 02 Nov 2025 20:10:15 +0100,
Pauli Virtanen wrote:
>
> ID 1038:1294 SteelSeries ApS Arctis Pro Wireless
> is reported to have muted min playback volume. Apply quirk for that.
>
> Link: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4229#note_3174448
> Signed-off-by: Pauli Virtanen <pav@iki.fi>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
2025-11-02 19:10 [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis Pauli Virtanen
2025-11-02 19:31 ` bluez.test.bot
2025-11-04 11:06 ` [PATCH] " Takashi Iwai
@ 2025-12-01 21:35 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2025-12-01 21:35 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-bluetooth, perex, tiwai, linux-sound, linux-kernel
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Takashi Iwai <tiwai@suse.de>:
On Sun, 2 Nov 2025 21:10:15 +0200 you wrote:
> ID 1038:1294 SteelSeries ApS Arctis Pro Wireless
> is reported to have muted min playback volume. Apply quirk for that.
>
> Link: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4229#note_3174448
> Signed-off-by: Pauli Virtanen <pav@iki.fi>
> ---
> sound/usb/quirks.c | 2 ++
> 1 file changed, 2 insertions(+)
Here is the summary with links:
- ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
https://git.kernel.org/bluetooth/bluetooth-next/c/b98b69c38512
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-01 21:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-02 19:10 [PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis Pauli Virtanen
2025-11-02 19:31 ` bluez.test.bot
2025-11-04 11:06 ` [PATCH] " Takashi Iwai
2025-12-01 21:35 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox