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 A5F8EC433F5 for ; Wed, 30 Mar 2022 09:47:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234402AbiC3JtC (ORCPT ); Wed, 30 Mar 2022 05:49:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243336AbiC3Js7 (ORCPT ); Wed, 30 Mar 2022 05:48:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A34D7266B6E for ; Wed, 30 Mar 2022 02:47:11 -0700 (PDT) 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 5E339B81BB9 for ; Wed, 30 Mar 2022 09:47:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74ED5C340EE; Wed, 30 Mar 2022 09:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648633629; bh=cVEhe1wpDu2oB28IhRhiC+rtxqO2wSCQgGP1baTx0Og=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rsYQiAc3tBT9nPfQcCPwOJ1Gv0zMxXKXbhFrqF5kxFgULx/IGf8xaff4hNLFXeDOV S1L5x0r3qz5lxLuA6cMGeIBa52exDrirqIe9IDUdDPGoA6cwTiaQELOEX8SSvuGgBO 1G74Wv5kIi9Y10cxFEagstOiwI3hEIf+6pLvZ36g= Date: Wed, 30 Mar 2022 11:47:06 +0200 From: Greg KH To: Joshua Freedman Cc: lis8215@gmail.com, paul@crapouillou.net, stable@vger.kernel.org, sboyd@kernel.org Subject: Re: kernel 5.16.12 and above broke yoga c930 sound and mic 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 Wed, Mar 30, 2022 at 05:42:45AM -0400, Joshua Freedman wrote: > I just re-verified all this: > > For audio and mic: > 5.17.1 is broken. Dummy Output. 5.16.12 is also dummy output. > 5.16.11 was the last working version. 5.16.11-76051611-generic Great, can you use 'git bisect' to track down the exact commit that causes problems? Odds are it's not this one, but perhaps an audio change? thanks, greg k-h