From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DE0C21DE4DB; Tue, 8 Oct 2024 13:00:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728392439; cv=none; b=oDTgKRVLtX8gcxtfzqtRfRv0FnyW0XIgEFP6vqpAuTdHYU6WW3dpWLbc3YIVh0LKpzNRD5pn0ZRhfs1zEYs6jDHiIS3oRUemCVPhJIgIZIBrD64jXsaIND5KTRNCH8XaQq6qDl72X+9iqEvwDKGGeexaNEmPzmLRwvwFEkDYfFE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728392439; c=relaxed/simple; bh=vAd+eaGIAxt9AtvOGMWvTsf2d2zeZtxkTrHvgckPMiw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=WtnPiWQufUkAW7aQV0EBB76iSU7Q8pylMgFQ11lObgcZsk11/ROO2JYtwmqR7Lv1a2LDDGrZdr3OJC3wiwd/Um5aNdO/OEi1vuZM/Jprga7CozuDyZZ8O6m+8C5I03/sh77rpgsdM77CnbU/29atohn9h4v8dmZknRsFO9+TCec= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hPBanz6Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="hPBanz6Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CE0CC4CEC7; Tue, 8 Oct 2024 13:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1728392438; bh=vAd+eaGIAxt9AtvOGMWvTsf2d2zeZtxkTrHvgckPMiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hPBanz6Q6zelf5y5a9WUh0vY++zqYiRhzSUt1usQC6NPoMe1lR1Npla61MHJuolg8 iBLFp68rTQddIGHZPdOjqgrnbZicrqZGShG6BNW2sviswp93iJRXKaVGJe/IFB00ZY TGkTM0jQkKO1osa5YrHZTD9MLx5E5sPjfnwczRmc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Lianqin Hu , Takashi Iwai Subject: [PATCH 6.11 374/558] ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET Date: Tue, 8 Oct 2024 14:06:44 +0200 Message-ID: <20241008115717.012503863@linuxfoundation.org> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241008115702.214071228@linuxfoundation.org> References: <20241008115702.214071228@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.11-stable review patch. If anyone has any objections, please let me know. ------------------ From: Lianqin Hu commit 73385f3e0d8088b715ae8f3f66d533c482a376ab upstream. Audio control requests that sets sampling frequency sometimes fail on this card. Adding delay between control messages eliminates that problem. Signed-off-by: Lianqin Hu Cc: Signed-off-by: Takashi Iwai Link: https://patch.msgid.link/TYUPR06MB62177E629E9DEF2401333BF7D2692@TYUPR06MB6217.apcprd06.prod.outlook.com Signed-off-by: Greg Kroah-Hartman --- sound/usb/quirks.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -2279,6 +2279,8 @@ static const struct usb_audio_quirk_flag QUIRK_FLAG_GENERIC_IMPLICIT_FB), DEVICE_FLG(0x2b53, 0x0031, /* Fiero SC-01 (firmware v1.1.0) */ QUIRK_FLAG_GENERIC_IMPLICIT_FB), + DEVICE_FLG(0x2d95, 0x8011, /* VIVO USB-C HEADSET */ + QUIRK_FLAG_CTL_MSG_DELAY_1M), DEVICE_FLG(0x2d95, 0x8021, /* VIVO USB-C-XE710 HEADSET */ QUIRK_FLAG_CTL_MSG_DELAY_1M), DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */