From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C129E21F4A8; Tue, 12 Nov 2024 10:37:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731407825; cv=none; b=CjJb1TH1MxK5dBGNf19BanBZH89nc64IE5naYeryc4lr/QQ5//pSfEOaXrXUWd4RfnJbesyPx3NCu0tAlhZ29ponlb+sKnI1mx8OZO7jKKzVRxUtC6CKthmDwOmAcZRQLmv16lMB72pp3Dn/R1ngEVzPAqCu3EfKCXUQfgep7V0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731407825; c=relaxed/simple; bh=gAEZS/3PgnLxe2AEnAzYsgWFUX6ph7baMJLD1F4z5E0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TdvR0sMoCDuPoxeZkqgdfLseDMV+2pbKKYRj39ByiU8XKCxhxbsOe8eoEzwjV+8/uadjQ/UzoPVe6D0HyWkTDNT1JE1att6MNioDLEDD9ziUT5OYS9QqST27QkGphkUFTDGuQaL8YkxewAFtvb4oNbjsRfVtZaEm0ZpnVK/cp1Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tEmfR70P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tEmfR70P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50FEAC4CECD; Tue, 12 Nov 2024 10:37:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731407825; bh=gAEZS/3PgnLxe2AEnAzYsgWFUX6ph7baMJLD1F4z5E0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tEmfR70P9yvPGaHIdbs6tQRmlPMXx1gArFDlVHUknPZWqr+oltqckfePoLeGa1K99 tzeM9qoV2tyfoKyRMFByvqXOHXbHF4BvLSn1wAyR7bN4+5pdxEfZ1lDcbMZq+h0+b8 SZJQfCGU3+nBv/Zsab/3HJHQuWA8PwRGPmyVHzXYADDK4apGIeHQYJUr3IF7YvD/Pr By3v2ksS9KaleSHoTnW56vK3YakDGykgl3u10KJ+E0Yl5sf4AuZj1cbnsOBEVeyKq8 Ma4TF3UQvTokDjUqfp9uqqUHZmLtysmbSpttN9DmnySKv2WRp6DmtXL1nf5DJHye/A p1BIF/ez1lLqw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Markus Petri , Mark Brown , Sasha Levin , lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, mario.limonciello@amd.com, end.to.start@mail.ru, me@jwang.link, linux-sound@vger.kernel.org Subject: [PATCH AUTOSEL 6.6 11/15] ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6 Date: Tue, 12 Nov 2024 05:36:32 -0500 Message-ID: <20241112103643.1653381-11-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241112103643.1653381-1-sashal@kernel.org> References: <20241112103643.1653381-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.6.60 Content-Transfer-Encoding: 8bit From: Markus Petri [ Upstream commit 8c21e40e1e481f7fef6e570089e317068b972c45 ] Another model of Thinkpad E14 Gen 6 (21M4) needs a quirk entry for the dmic to be detected. Signed-off-by: Markus Petri Link: https://patch.msgid.link/20241107094020.1050935-1-mp@localhost Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/amd/yc/acp6x-mach.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index e027bc1d35f4f..f5ca5bdb364c7 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -227,6 +227,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "21M3"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "21M4"), + } + }, { .driver_data = &acp6x_card, .matches = { -- 2.43.0