From patchwork Thu Dec 8 15:43:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13068560 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 6AF71C63708 for ; Thu, 8 Dec 2022 15:51:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8982610E0EF; Thu, 8 Dec 2022 15:51:12 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFD0510E0EF for ; Thu, 8 Dec 2022 15:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670514668; x=1702050668; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0+xD+0bD9DOaOg1NSyp7YcykpSy+JSFBnSb0TpKDmKw=; b=AOt66h3u5TP83TScB3goapDsNim+2bH2M+D0ncEQvm11sLOofKQM/i7q kU65d5EMnNEJ9EzdhjgD257ax9bBBLIiVJYb8Q0c44mMxqLpgw2GNowGd b5nV1Wo6mAhkUmzFD6dAMiRC4lQgyV3+yBHs+x1fQvzEJ2c79mnoLgcD+ f7zkptkzpE/qbXQ8ujrgTmAjiHplXgK/QtnJPZmbwq9e9HNfstajW4eC+ zDHtY2sl01+A0AwM0cNs/vURvYG1ApeaVJ4tuRsLdooCII/1UP9yLUM4c 56F2w2l/LCJIQaF+zxE0dxBrW4R3zw/jkyaPFWnM+lJJpFBf23I5bWCM+ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="304856900" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="304856900" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2022 07:44:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="710514660" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="710514660" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by fmsmga008.fm.intel.com with ESMTP; 08 Dec 2022 07:44:21 -0800 From: Kai Vehmanen To: alsa-devel@alsa-project.org, tiwai@suse.de Date: Thu, 8 Dec 2022 17:43:55 +0200 Message-Id: <20221208154358.3848764-1-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 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: intel-gfx@lists.freedesktop.org, Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" 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. 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 include/sound/hda_codec.h | 1 + sound/pci/hda/hda_codec.c | 3 +- sound/pci/hda/patch_hdmi.c | 114 ++++++++++++++++++++++++++++++++++++- 3 files changed, 114 insertions(+), 4 deletions(-) base-commit: 81a2da5a10a6eaa6ae16108eed4e74651cc296bf