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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EE89C4338F for ; Thu, 5 Aug 2021 07:54:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 143C061040 for ; Thu, 5 Aug 2021 07:54:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237832AbhHEHyY (ORCPT ); Thu, 5 Aug 2021 03:54:24 -0400 Received: from mailgw01.mediatek.com ([60.244.123.138]:59716 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S231173AbhHEHyX (ORCPT ); Thu, 5 Aug 2021 03:54:23 -0400 X-UUID: 831aadfcca6448ed92316f625e869ed5-20210805 X-UUID: 831aadfcca6448ed92316f625e869ed5-20210805 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 917629391; Thu, 05 Aug 2021 15:54:07 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs06n2.mediatek.inc (172.21.101.130) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 5 Aug 2021 15:54:05 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 5 Aug 2021 15:54:05 +0800 From: To: CC: , , , , , , , , , Subject: Re: [PATCH] ALSA: usb-audio: fix incorrect clock source setting Date: Thu, 5 Aug 2021 15:54:01 +0800 Message-ID: <20210805075401.21170-1-chihhao.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: chihhao chen Hi Geraldo Nascimento, For echo test, it means we use this earphone to receive and play sounds at the same time. We found in this case serious noise problem happens. Log as follows with your patch <6>[ 175.960387][T401365] __uac_clock_find_source: Clock Selector 0xc has pin 2 selected <6>[ 175.966980][T401365] __uac_clock_find_source: Clock Selector 0xb has pin 2 selected <6>[ 176.026251][T400354] __uac_clock_find_source: Clock Selector 0xc has pin 1 selected <6>[ 176.032406][T400354] __uac_clock_find_source: Clock Selector 0xb has pin 1 selected There is no noise and I think this should be a firmware bug. Thanks Chihhao