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 27CDCC4332F for ; Fri, 9 Dec 2022 11:08:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8FC5E10E51E; Fri, 9 Dec 2022 11:08:03 +0000 (UTC) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC90410E51E for ; Fri, 9 Dec 2022 11:08:00 +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 84C8A1FE52; Fri, 9 Dec 2022 11:07:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1670584079; 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=+Y15VGjCzFNdU0T9Tf+tR1IXmkQznzKFo2cBZuDTSdM=; b=vj4ogDNgIKr+XMx8XDsWGkMrN3hL3L4bmZADmpAVA6ibvQpvCN6781IFphkVjjAclLqWnQ 3oP7EsZp4DAneONMQYcfNQ/n7rHJ2N+Q2CxBW+jhkq0tlKIIP7o8cVyj0Y+O9M+KglYtYi pr8tb0MqrBjhYlksIgHsJ9DbtRYWfWY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1670584079; 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=+Y15VGjCzFNdU0T9Tf+tR1IXmkQznzKFo2cBZuDTSdM=; b=KsADP8/vj3PaXBWyJtkvtQAFVuEYuGZFb+oHVQrasncaPFGEYiK3u4+MP1JJWd+PXOKw97 nW7QzlyA6cVGzNCQ== 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 58D2C13597; Fri, 9 Dec 2022 11:07:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 9GvYFA8Xk2NwIAAAMHmgww (envelope-from ); Fri, 09 Dec 2022 11:07:59 +0000 Date: Fri, 09 Dec 2022 12:07:58 +0100 Message-ID: <87sfhou969.wl-tiwai@suse.de> From: Takashi Iwai To: Kai Vehmanen In-Reply-To: <20221209101822.3893675-1-kai.vehmanen@linux.intel.com> References: <20221209101822.3893675-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 v2 0/3] ALSA: hda/hdmi: i915 keepalive fixes 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, Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 09 Dec 2022 11:18:19 +0100, Kai Vehmanen wrote: > > A series with multiple fixes to i915 keepalive (KAE) > functionality. First patch fixes issue that is hit on > some A750/770 cards: > https://gitlab.freedesktop.org/drm/intel/-/issues/7353 > > The two other improve behaviour especially with certain > USB-C docks. > > Changes in v2: > - check for errors from pin_id_to_pin_index() > > Kai Vehmanen (3): > ALSA: hda/hdmi: fix i915 silent stream programming flow > ALSA: hda/hdmi: set default audio parameters for KAE silent-stream > ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspend Applies all three patches now. Thanks. Takashi