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 D2263C27C76 for ; Sat, 28 Jan 2023 17:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231375AbjA1Rwf (ORCPT ); Sat, 28 Jan 2023 12:52:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230482AbjA1Rwe (ORCPT ); Sat, 28 Jan 2023 12:52:34 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 154A813DCB for ; Sat, 28 Jan 2023 09:52:33 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BF838B80B92 for ; Sat, 28 Jan 2023 17:52:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 132AFC4331D; Sat, 28 Jan 2023 17:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674928350; bh=+ToD+2oFiXI72VVfZGhjDjDjCi/u1IoA9mUE6JuHeGw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JUVhBmUlQDVnmNRnoorIp0jLqCh+69qPkSBh2MrTqBbeZXbs9zIhcUlQmIiS4NENT zfEPoj8hutO+lAxicEzg5MctjP10prjr0rEf2qtXP1N/WagxfsnwmUH65zSduZIa6e 0RFTSvjV4s6NsQgqzNNcKxaGQRa7aX1cpT1kFWL8= Date: Sat, 28 Jan 2023 18:52:27 +0100 From: Greg KH To: Jason Montleon Cc: casaxa@gmail.com, cezary.rojewski@intel.com, lma@semihalf.com, Pierre-Louis Bossart , regressions@lists.linux.dev, stable@vger.kernel.org Subject: Re: Google Pixelbook EVE, no sound in kernel 6.1.x Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jan 28, 2023 at 12:09:54PM -0500, Jason Montleon wrote: > I did a bisect which implicated > f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit. > > Reverting this commit on 6.1.8 gives me working sound again. > > I'm not clear why this is breaking 6.1.x since it appears to be in > 6.0.18 (7494e2e6c55e), which was the last working package in Fedora > for the 6.0 line. Maybe something else didn't make it into 6.1? > > So this is also broken in Linus's tree (6.2-rc5?) thanks, greg k-h