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 X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69B1FC433E3 for ; Thu, 27 Aug 2020 14:49:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3619222B4B for ; Thu, 27 Aug 2020 14:49:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598539785; bh=WwxIAleRWd4L80tFxRs8dqMtJpIsSDjiyjRXR5sNbS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FcNcgn7U4PQbYsAACRsIIe5fWOXZJDzhMoaAyxK6QL0fx8AYbXoSmMak3e+32czlD Jb2RvzWe2HixhoWI0CXNhG1p/8CnPMPdZQQVQ1O9AsMt+galui5h91rMKcNcFNEozF OcmuIR2tfo+Iy7nKmo69mxbQYg8d8QTF3H7vfwfM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728085AbgH0Oto (ORCPT ); Thu, 27 Aug 2020 10:49:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:49376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728088AbgH0Otg (ORCPT ); Thu, 27 Aug 2020 10:49:36 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 84BDE2054F; Thu, 27 Aug 2020 14:49:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598539775; bh=WwxIAleRWd4L80tFxRs8dqMtJpIsSDjiyjRXR5sNbS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q99Hs1SJQN056VstqwwoeDWmbnabxbjgXz4CpVRVhLxJgl+HIQRD75sGkomGQolhT 1S0upNPLsJ3AYyx0e0K94mhbxdQnQBVLX3QpKpiVZ0e/eRqWLshX2QK+P3IKs0xvPF s9KoKCoIkYfKW/v6VrQregRYOj0pY+a9Li0NWW3s= Date: Thu, 27 Aug 2020 10:49:34 -0400 From: Sasha Levin To: Kai Vehmanen Cc: Mark Brown , stable@vger.kernel.org, alsa-devel@alsa-project.org, Guennadi Liakhovetski , ranjani.sridharan@linux.intel.com, Rander Wang , kuninori.morimoto.gx@renesas.com, pierre-louis.bossart@linux.intel.com Subject: Re: [PATCH] ASoC: intel/skl/hda - fix probe regression on systems without i915 Message-ID: <20200827144934.GN8670@sasha-vm> References: <20200714132804.3638221-1-kai.vehmanen@linux.intel.com> <159542547442.19620.11983281044239009101.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Aug 27, 2020 at 10:14:18AM +0300, Kai Vehmanen wrote: >Hi, > >+stable > >On Wed, 22 Jul 2020, Mark Brown wrote: >> Applied to >> >> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next >[...] >> >> [1/1] ASoC: intel/skl/hda - fix probe regression on systems without i915 >> commit: ffc6d45d96f07a32700cb6b7be2d3459e63c255a > >please apply this to stable kernels as well. Without the patch, audio is >broken with 5.8.x on many laptops (with Intel audio and non-Intel >graphics). One more recent bug filed: >https://github.com/thesofproject/sof/issues/3345 > >This does _not_ affect 5.7.x and older, plus already fixed in 5.9-rc. Applied to 5.8, thanks! -- Thanks, Sasha