From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6B77C43217 for ; Thu, 10 Nov 2022 06:51:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232081AbiKJGva (ORCPT ); Thu, 10 Nov 2022 01:51:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229514AbiKJGv1 (ORCPT ); Thu, 10 Nov 2022 01:51:27 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EF842EF55 for ; Wed, 9 Nov 2022 22:51:26 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 84AB52016A; Thu, 10 Nov 2022 06:51:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1668063084; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=amlNke1IMBGHkhTLSoByaBHgPBIGVxpqkY+iTcfoBbc=; b=fHb0iopCRu/ZaXkoYl9U342SjLGOCpMHXq10xiXfoLYsquzu/BlCZ6PknQydvln46Tu1hK mIillKD21t1/h2CGKDACu1GVAVh/KXto2+ouB5W2iUzGQv+Yu9r8BNl+tGOsl2RkpFUJCb 4yrRx9jvFdkwuyl5hfD0dROBnkNBhvM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1668063084; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=amlNke1IMBGHkhTLSoByaBHgPBIGVxpqkY+iTcfoBbc=; b=H5cftCNXb+hm7jCLNQpJOno9tvF0fAKvYrVVOSn0kF0cYbM+gAePgXYvYVQi8Zk/u4jn2Z 2nsyQkDsxw9u8eAg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 31CF51346E; Thu, 10 Nov 2022 06:51:24 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HEOWC2yfbGN9DgAAMHmgww (envelope-from ); Thu, 10 Nov 2022 06:51:24 +0000 Date: Thu, 10 Nov 2022 07:51:23 +0100 Message-ID: <875yfnxpxw.wl-tiwai@suse.de> From: Takashi Iwai To: Ai Chao Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue In-Reply-To: <20221110063452.295110-1-aichao@kylinos.cn> References: <20221110063452.295110-1-aichao@kylinos.cn> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Nov 2022 07:34:52 +0100, Ai Chao wrote: > > For Hamedal C20, the current rate is different from the runtime rate, > snd_usb_endpoint stop and close endpoint to resetting rate. > if snd_usb_endpoint close the endpoint, sometimes usb will > disconnect the device. > > Signed-off-by: Ai Chao Applied now. Thanks! Takashi