* [PATCH] ALSA: usb-audio: fix vendor quirk for Logitech H390
@ 2025-10-15 21:11 Pauli Virtanen
2025-10-16 9:22 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Pauli Virtanen @ 2025-10-15 21:11 UTC (permalink / raw)
To: linux-sound; +Cc: Pauli Virtanen, perex, tiwai, linux-kernel
Vendor quirk QUIRK_FLAG_CTL_MSG_DELAY_1M was inadvertently missing when
adding quirk for Logitech H390. Add it back.
Fixes: 2b929b6eec0c ("ALSA: usb-audio: add mixer_playback_min_mute quirk for Logitech H390")
Signed-off-by: Pauli Virtanen <pav@iki.fi>
---
Notes:
Sorry, I missed that there was a Logitech-wide vendor quirk
QUIRK_FLAG_CTL_MSG_DELAY_1M when sending the previous patch.
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 43793a5c3f51..f1aacf491848 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2181,6 +2181,7 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
DEVICE_FLG(0x046d, 0x09a4, /* Logitech QuickCam E 3500 */
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
DEVICE_FLG(0x046d, 0x0a8f, /* Logitech H390 headset */
+ QUIRK_FLAG_CTL_MSG_DELAY_1M |
QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
DEVICE_FLG(0x0499, 0x1506, /* Yamaha THR5 */
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: fix vendor quirk for Logitech H390
2025-10-15 21:11 [PATCH] ALSA: usb-audio: fix vendor quirk for Logitech H390 Pauli Virtanen
@ 2025-10-16 9:22 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-10-16 9:22 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-sound, perex, tiwai, linux-kernel
On Wed, 15 Oct 2025 23:11:30 +0200,
Pauli Virtanen wrote:
>
> Vendor quirk QUIRK_FLAG_CTL_MSG_DELAY_1M was inadvertently missing when
> adding quirk for Logitech H390. Add it back.
>
> Fixes: 2b929b6eec0c ("ALSA: usb-audio: add mixer_playback_min_mute quirk for Logitech H390")
> Signed-off-by: Pauli Virtanen <pav@iki.fi>
> ---
>
> Notes:
> Sorry, I missed that there was a Logitech-wide vendor quirk
> QUIRK_FLAG_CTL_MSG_DELAY_1M when sending the previous patch.
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-16 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 21:11 [PATCH] ALSA: usb-audio: fix vendor quirk for Logitech H390 Pauli Virtanen
2025-10-16 9:22 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox