Received: by 2002:a05:6a10:6d25:0:0:0:0 with SMTP id gq37csp1865413pxb; Mon, 13 Sep 2021 07:11:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8MBAwt3knNqZ4DGa6Vhljtt7SVy887q2y5FM62yHGEP4LfaHnH3mJR9QvVpwn4HM7Pngg X-Received: by 2002:a05:6402:1d25:: with SMTP id dh5mr13252684edb.91.1631542277017; Mon, 13 Sep 2021 07:11:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631542277; cv=none; d=google.com; s=arc-20160816; b=H5m7/22LTDYB+Xr60QbY3iiCxbyGc4YbePnUea5RWlm5yWDQNdtaBq6HhO5Z/ONCWA GLxw86iIIklYDTmSbdmrC2JAcjGpqfCvSVdNdd9KewauI5aGtjgE1w+pv4yfl1Pr8SE1 rxv4CJ71ZsJ6IBETj25pK7B7RZ7UQVSpiO7lDYNSFtXEvbPEuQHMNMSC4X53/VNHu0jK 5BBIVy902CeGuCY6+XoQZ5ytoS4ZtGSR+uMzutDguq1kOl79Dv784xH7CE9dReeQWYnU imsUAfjn0y4eVabFIbVNbWV0PZorpAyzcV+SjFbCGbqEtrXgTTHv5nc5KyUXLFZ1+029 gbnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=JmZzHlwj6BHtW67QU85YswufLoA4bE8KOQsGjFbW2/g=; b=QKdXWmH65dtCPVsSz6QVdLC18dANGvPa7jUQXpWtEoLx2BSPDPH5yNBOB/ZxhgYU1W TaBDbFxJ6DGtAuRMnfpmoLqLN4VsvsdMiNtDgzS+zHMwcOApkyWXBUuU424OD3omrhOu FFg1Mvjrg0wFN3o4g1H7mapMRsFl8jQ/Kbr09p9SK6Ydf8s5UFIUsF8OzYPkisdWXbPU nydv+oPGe4Q7DZUqG6t1PWquP7mFamKBmlQQIJbXE2qkuEHUm7oACV25A8fTKQt7umUX S/WIyDj0dWhwHXhyGWY/kIpwIDd772cfotk0pXstdkYAv3aBu06h8a5Yppxk4iZEUgdZ L7KA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=VlImsLQL; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q2si9763925ejx.562.2021.09.13.07.10.51; Mon, 13 Sep 2021 07:11:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=VlImsLQL; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343516AbhIMOIv (ORCPT + 99 others); Mon, 13 Sep 2021 10:08:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:53798 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344605AbhIMOFP (ORCPT ); Mon, 13 Sep 2021 10:05:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 87A5361214; Mon, 13 Sep 2021 13:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631540385; bh=Ky4AEI8M9DmOD0dI1ZxJJO/CPysTzvHc5xhOXQRCKAI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VlImsLQL1YnEuUf1WnSKOAQPd8Sd7QAqUkyQIQKoLIEk9DAFS2Rs4wizbMbi2apl6 UFkJNBSHIiS6k/kFaA5VcU2RbUZ4xnVcmkMN1vcb9D006dfzpRzOhiKUakgrZfkuK0 nuQVsq7GrkNHB8ZDeS+2tATuBCDihTRYNfitO+VQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Curtis Malainey , Matt Davis , Cezary Rojewski , Pierre-Louis Bossart , Mark Brown , Sasha Levin Subject: [PATCH 5.13 172/300] ASoC: Intel: Fix platform ID matching Date: Mon, 13 Sep 2021 15:13:53 +0200 Message-Id: <20210913131115.213682866@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210913131109.253835823@linuxfoundation.org> References: <20210913131109.253835823@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Curtis Malainey [ Upstream commit f4eeaed04e861b95f1f2c911263f2fcaa959c078 ] Sparse warnings triggered truncating the IDs of some platform device tables. Unfortunately some of the IDs in the match tables were missed which breaks audio. The KBL change has been verified to fix audio, the CML change was not tested as it was found through grepping the broken changes and found to match the same situation in anticipation that it should also be fixed. Fixes: 94efd726b947 ("ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters") Fixes: 24e46fb811e9 ("ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 characters") Signed-off-by: Curtis Malainey Tested-by: Matt Davis Reviewed-by: Cezary Rojewski Acked-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20210809213544.1682444-1-cujomalainey@chromium.org Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/intel/common/soc-acpi-intel-cml-match.c | 2 +- sound/soc/intel/common/soc-acpi-intel-kbl-match.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/intel/common/soc-acpi-intel-cml-match.c b/sound/soc/intel/common/soc-acpi-intel-cml-match.c index 7f6ef8229969..4d7a181fb8e6 100644 --- a/sound/soc/intel/common/soc-acpi-intel-cml-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-cml-match.c @@ -75,7 +75,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = { }, { .id = "DLGS7219", - .drv_name = "cml_da7219_max98357a", + .drv_name = "cml_da7219_mx98357a", .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &max98390_spk_codecs, .sof_fw_filename = "sof-cml.ri", diff --git a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c index ba5ff468c265..741bf2f9e081 100644 --- a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c @@ -87,7 +87,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = { }, { .id = "DLGS7219", - .drv_name = "kbl_da7219_max98357a", + .drv_name = "kbl_da7219_mx98357a", .fw_filename = "intel/dsp_fw_kbl.bin", .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &kbl_7219_98357_codecs, -- 2.30.2