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 D2751C4332F for ; Mon, 5 Dec 2022 16:45:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231945AbiLEQpd (ORCPT ); Mon, 5 Dec 2022 11:45:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233196AbiLEQpC (ORCPT ); Mon, 5 Dec 2022 11:45:02 -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 EBCC321257 for ; Mon, 5 Dec 2022 08:43:14 -0800 (PST) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 82F951FE11; Mon, 5 Dec 2022 16:43:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1670258593; 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=Puk88wb6ST6drPj+/RYMhAKRAT7y6GWleXLj7J6+ruY=; b=znWN4ZnQv+ls7LqvfiGPy8ZBPgEHV8XoDv0nfT3sZOSgpuMV0XNM34ZRdyjGffDGx+CSkx nd813EFSHyyp56pPSkjlP75P587FTZTGF4g1FaXsz7v6+fDTM4xX/UcSb+27RR1XfqS2TG QD8xlh3aXeHOpAmulYn4kYrYj9mdyk8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1670258593; 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=Puk88wb6ST6drPj+/RYMhAKRAT7y6GWleXLj7J6+ruY=; b=oc5gerhXON0NE3rnEXB7RqHPIwFqoC7mE9Uv24cqYa9UaP2s57UFGhWuWE6sjF21sHjdvV f2LzGxY2mkWe8mBg== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 6009B1348F; Mon, 5 Dec 2022 16:43:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id 48u9FqEfjmNrXAAAGKfGzw (envelope-from ); Mon, 05 Dec 2022 16:43:13 +0000 Date: Mon, 05 Dec 2022 17:43:12 +0100 Message-ID: <87sfhtvm1r.wl-tiwai@suse.de> From: Takashi Iwai To: Vitaly Rodionov Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH] ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. In-Reply-To: <20221205145713.23852-1-vitalyr@opensource.cirrus.com> References: <20221205145713.23852-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, 05 Dec 2022 15:57:13 +0100, Vitaly Rodionov wrote: > > New HW platforms with multiple CS42L42 parts, faster CPU and i2c > requre some extra delay to allow PLL to settle and lock. Adding > extra 10ms delay. > > Signed-off-by: Vitaly Rodionov Thanks, applied. Takashi