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 DFBD3C83F2C for ; Mon, 4 Sep 2023 16:11:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353299AbjIDQLD (ORCPT ); Mon, 4 Sep 2023 12:11:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233751AbjIDQLC (ORCPT ); Mon, 4 Sep 2023 12:11:02 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 600989D for ; Mon, 4 Sep 2023 09:10:58 -0700 (PDT) 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-out1.suse.de (Postfix) with ESMTPS id B67D52185A; Mon, 4 Sep 2023 16:10:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1693843856; 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=R4uGAd9yXaePgQxJto6oh+phUUgEE9WjV5RSAiwh4kc=; b=juL2lI0AMKt0war/TkSW4ZLxnQOiu8BUIVSGmFokngMwnsKeDOGdolneadrBTckmNcU4wP HoMD2eVSYGZ7PzUqV+evE0NW/3usKiC87d44PNOvTAQThBVng6Pwa8eEQqPUkEn8EBPlqt 6xNtKptbqqIp8I+UFotTFXViDcz6Uow= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1693843856; 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=R4uGAd9yXaePgQxJto6oh+phUUgEE9WjV5RSAiwh4kc=; b=O88oliK9z31tMknh84jKe8CnP8wZQ2sSDtr4WWyY/LR31SRlpqGEUXoroa3YpX820gkPRQ lTTxpPwnIn6j+lCw== 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 86BD713425; Mon, 4 Sep 2023 16:10:56 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0P7cH5AB9mS2YwAAMHmgww (envelope-from ); Mon, 04 Sep 2023 16:10:56 +0000 Date: Mon, 04 Sep 2023 18:10:55 +0200 Message-ID: <87y1hlj4vk.wl-tiwai@suse.de> From: Takashi Iwai To: Vitaly Rodionov Cc: Takashi Iwai , Jaroslav Kysela , , , Subject: Re: [PATCH] ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs. In-Reply-To: <20230904160033.908135-1-vitalyr@opensource.cirrus.com> References: <20230904160033.908135-1-vitalyr@opensource.cirrus.com> 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 Mon, 04 Sep 2023 18:00:33 +0200, Vitaly Rodionov wrote: > > Recently in v6.3-rc1 there was a change affecting behaviour of hrtimers > (commit 0c52310f260014d95c1310364379772cb74cf82d) and causing > few issues on platforms with two CS42L42 codecs. Canonical/Dell > has reported an issue with Vostro-3910. > We need to increase this value by 15ms. > > Link: https://bugs.launchpad.net/somerville/+bug/2031060 > Fixes: 9fb9fa18fb50 (ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock.) > > Signed-off-by: Vitaly Rodionov Thanks, applied now (with a slight correction of Fixes tag; it needs quotes around the commit subject). Takashi