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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 70ADAC77B70 for ; Fri, 14 Apr 2023 05:51:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B3A3910E02E; Fri, 14 Apr 2023 05:51:25 +0000 (UTC) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 79F5010E02E for ; Fri, 14 Apr 2023 05:51:24 +0000 (UTC) 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 ECBE61FD90; Fri, 14 Apr 2023 05:51:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1681451481; 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=LM0ToUl6uDhZ+diphTL/tMcGkeKTkp0qp6RJ8AH81LY=; b=oavkeeKuVBQsmmDYJXZRsONoQKP7b0FmB0FA1feahncMB1qom+IgNAYDDlehCGEq7Rc634 RoSURyu1zaYbtrZUBs3fLgwSf8gpeTjRWVkCqAG4J6zSLRuc0e8fRt4cSj+49bjbPvMudu Vuss1WgVdiwA2m7aNRFqaT+gHSwzcwk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1681451481; 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=LM0ToUl6uDhZ+diphTL/tMcGkeKTkp0qp6RJ8AH81LY=; b=JDY9EPWelfMusFZKV6XT3rM3sJNKfX5sEWa6vSsji2jjxX9Jkb/1WUQdrh4dyHA2E57hN/ NRvp5t8gLt2TaKBQ== 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 B05CB13421; Fri, 14 Apr 2023 05:51:21 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id mXtpKtnpOGQgJQAAMHmgww (envelope-from ); Fri, 14 Apr 2023 05:51:21 +0000 Date: Fri, 14 Apr 2023 07:51:22 +0200 Message-ID: <87sfd3m2p1.wl-tiwai@suse.de> From: Takashi Iwai To: Kai Vehmanen In-Reply-To: <20230413191153.3692049-1-kai.vehmanen@linux.intel.com> References: <20230413191153.3692049-1-kai.vehmanen@linux.intel.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 Subject: Re: [Intel-gfx] [PATCH] ALSA: hda/hdmi: disable KAE for Intel DG2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, intel-gfx@lists.freedesktop.org, stable@vger.kernel.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 13 Apr 2023 21:11:53 +0200, Kai Vehmanen wrote: > > Use of keep-alive (KAE) has resulted in loss of audio on some A750/770 > cards as the transition from keep-alive to stream playback is not > working as expected. As there is limited benefit of the new KAE mode > on discrete cards, revert back to older silent-stream implementation > on these systems. > > Cc: stable@vger.kernel.org > Fixes: 15175a4f2bbb ("ALSA: hda/hdmi: add keep-alive support for ADL-P and DG2") > Link: https://gitlab.freedesktop.org/drm/intel/-/issues/8307 > Signed-off-by: Kai Vehmanen Thanks, applied. Takashi