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 A192CC19F2A for ; Thu, 11 Aug 2022 13:47:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234871AbiHKNre (ORCPT ); Thu, 11 Aug 2022 09:47:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235134AbiHKNra (ORCPT ); Thu, 11 Aug 2022 09:47:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A62B89CDE for ; Thu, 11 Aug 2022 06:47:29 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 8E459614EE for ; Thu, 11 Aug 2022 13:47:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9340AC433D6; Thu, 11 Aug 2022 13:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660225648; bh=EmiaOtWdEF6f58NM8ZuB+UV6Tpz4AWv093YsiVrUD04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h8GOs5ZGwwwdDS58ZClOo/HlRGCeayhQil1a43/DX6yX5Pgfod3Rib8gMcHS6qa3k IuX5540F04arfo/9kKxyfJ4A9qkz6Wyy/9LU9TtPblk94YCLSgBcerTSWBpyD1KJXb vc0Q0IbGR9IZkrH1fNXNazdeSoxpsbwr8B1a8sfo= Date: Thu, 11 Aug 2022 15:47:25 +0200 From: Greg KH To: "Limonciello, Mario" Cc: "stable@vger.kernel.org" Subject: Re: Fix microphone on some Lenovo laptops 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 Thu, Aug 11, 2022 at 01:35:30AM +0000, Limonciello, Mario wrote: > [Public] > > Hi, > > Some Lenovo laptops need to be added to an ACP6x quirk list for the DMIC on them to work. > Can you please backport this commit to 5.18.y and 5.19.y? > > be0aa8d4b0fc ("ASoC: amd: yc: Update DMI table entries") Now queued up, thanks. greg k-h