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 7CCAFC77B61 for ; Mon, 1 May 2023 06:35:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232076AbjEAGff (ORCPT ); Mon, 1 May 2023 02:35:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229679AbjEAGfd (ORCPT ); Mon, 1 May 2023 02:35:33 -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 1527A101 for ; Sun, 30 Apr 2023 23:35:32 -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 E1539229E6; Mon, 1 May 2023 06:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1682922929; 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=jsloYqMSEMOOvd9htC5rzaQAp9k29H8uw/y83LBBsac=; b=ytkJAO25GaHYnbBjmO9wTkLbt5jg1ZEpzoILcskmMgxq4a/9ta7wQa9zBrymqJ6o5moI5E xATYKSV8LPeTW2+8oXrJ3TUmtcflw4gU4Anah9wsVcBVhuciQoJbtoEJzmZBhLs0jzq2Zc +HzdnLjSvJ8WW4GMdEAYFULdvK2nhMg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1682922929; 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=jsloYqMSEMOOvd9htC5rzaQAp9k29H8uw/y83LBBsac=; b=boNZO4p+h7d+XXQvZ2fBQeyedj/Tqvoa9Q+NhopIMTirv1kMKqxLzefByt36Mwmk4LMM6w z5+1m+2bEDKbHeBg== 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 B2AD813587; Mon, 1 May 2023 06:35:29 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id WkW0KrFdT2S5VwAAMHmgww (envelope-from ); Mon, 01 May 2023 06:35:29 +0000 Date: Mon, 01 May 2023 08:35:29 +0200 Message-ID: <87r0s0pnim.wl-tiwai@suse.de> From: Takashi Iwai To: Jeff Chua Cc: Bagas Sanjaya , lkml , Oswald Buddenhagen , Jaroslav Kysela , Linux ALSA Subsystem Development , Linux Regressions Subject: Re: linux-6.4 alsa sound broken In-Reply-To: References: 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, 01 May 2023 06:36:49 +0200, Bagas Sanjaya wrote: > > On Mon, May 01, 2023 at 11:59:12AM +0800, Jeff Chua wrote: > > Latest git pull from Linus's tree ... playing a simple sound file will > > resulted in a lot of echo. > > > > Running on Lenovo X1 with .. > > 00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High > > Definition Audio Controller (rev 01) > > > > I've bisected and reverted the following patch fixed the problem. > > > > commit 9f656705c5faa18afb26d922cfc64f9fd103c38d > > Thanks for the regression report. However, where is your dmesg and/or ALSA log > when the regression occurs? What is the playback test file? Yes, in addition, which driver is used (provide the alsa-info.sh output at best), and which sound backend is used (pipewire, PA or dmix) with which application? thanks, Takashi