From nobody Thu May 7 21:43:15 2026 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 B3EB1C433EF for ; Wed, 18 May 2022 03:32:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229446AbiERDco (ORCPT ); Tue, 17 May 2022 23:32:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229695AbiERDcT (ORCPT ); Tue, 17 May 2022 23:32:19 -0400 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A744984A37 for ; Tue, 17 May 2022 20:32:13 -0700 (PDT) Received: by mail-pj1-x102d.google.com with SMTP id n10so737766pjh.5 for ; Tue, 17 May 2022 20:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wistron-corp-partner-google-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wD+3DPNBHWrSJJ39pUpfwVdR2mdxSqgxqlbfe6iw9bw=; b=m8WkiVFktvNXSIHh1KGJVdB+Ip5AYaNs2JShyN2RHc9iArQOJOR6MqrVjLbkoJxXJy RncGUbxUyy26NYHWR6KB9xqnt3znuO4rkPd7FRMGtMQVdqXeE701EMaJlz216voyGrJy P8N02NUY6MpTAtsPF6oUFBqZBOYY9WFCxZ699qYsVKVwGJludoUMYk53pbm3ZtZ3YCny GP6gtGdu4GiXgGoYmD6qjufKxFZchfX9yyypjVmAGjnNJbNU1oeWrkHgeD8dDuAHuQ17 kJE6RnPsuERrVqUSg4JtAeASHmRbx5M3hdvjQ4Iw72R/fp4aRxV3+MtF7vSmr1B2VJDL C71w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wD+3DPNBHWrSJJ39pUpfwVdR2mdxSqgxqlbfe6iw9bw=; b=Ovxi/g3esZCubnCxxu4Wg5L4bwrroqkNVQfJ4+ZeJ6VSi40uXEV2O6bqVSVR+ZAGrJ LU4dK58JSP7QeLVJNbL/qc3M37AxE7dvkk1wdjrZVvtGD1xIfvor6qjDBWwRqjVbrSgS qtE2wgzOZrwljMdvpVKQ88EQXVZvi+sieiXDqJ1IslvYbOQDytMimBMFHxJPzWUdxy5N GPeMXFOyxadsP6t82+Ukv0ANYmeI/unslOq5Il18K2rIGY/y+lLaDfaeruiFkNf17ite xImha00RwcW/XcSWo/uL0rgP4cXr2YJ+klhAaMZcverOVv6bt+Io9UUJMMK2WfRUg24H 5Lvg== X-Gm-Message-State: AOAM530xHcykxHxJhkYIHKs6ZdAkyZLBgUEUqI5NIKJ6IlLf28HQ8q/B bdYhV6mZfR74Hsz9jHYRoCT2vg== X-Google-Smtp-Source: ABdhPJxKW0jludrYLG24IuREpgAjLIpTyD+PrhktiytETgjGu+NC3itR7uJWXwdrGV/tUL+hvtLhjA== X-Received: by 2002:a17:90a:4413:b0:1cd:2d00:9d0b with SMTP id s19-20020a17090a441300b001cd2d009d0bmr28344830pjg.81.1652844729779; Tue, 17 May 2022 20:32:09 -0700 (PDT) Received: from localhost.localdomain ([2402:7500:46a:5f5b:1ac3:6bcc:2a83:347b]) by smtp.gmail.com with ESMTPSA id bp18-20020a17090b0c1200b001df2538c61dsm365931pjb.23.2022.05.17.20.32.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 20:32:09 -0700 (PDT) From: Terry Chen To: alsa-devel@alsa-project.org Cc: cezary.rojewski@intel.com, pierre-louis.bossart@linux.intel.com, liam.r.girdwood@linux.intel.com, yang.jie@linux.intel.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, brent.lu@intel.com, cujomalainey@chromium.org, seanpaul@chromium.org, terry_chen@wistron.corp-partner.google.com, casey.g.bowman@intel.com, mark_hsieh@wistron.corp-partner.google.com, vamshi.krishna.gopal@intel.com, mac.chiang@intel.com, kai.vehmanen@linux.intel.com, linux-kernel@vger.kernel.org Subject: [v7] FROMLIST: ASoC: Intel: sof_cs42l42: adding support for ADL configuration and BT offload audio Date: Wed, 18 May 2022 11:32:00 +0800 Message-Id: <20220518033200.1471841-1-terry_chen@wistron.corp-partner.google.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" To be able to do driver data for adl_mx98360a_cs4242 which supports two max98360a speaker amplifiers on SSP1 and cs42l42 headphone codec on SSP0 running on ADL platform. Also add the capability to machine driver of creating DAI Link for BT offload. Although BT offload always uses SSP2 port but we reserve the flexibility to assign the port number in macro. Signed-off-by: Terry Chen --- sound/soc/intel/boards/sof_cs42l42.c | 86 ++++++++++++++++++- .../intel/common/soc-acpi-intel-adl-match.c | 7 ++ 2 files changed, 89 insertions(+), 4 deletions(-) diff --git a/sound/soc/intel/boards/sof_cs42l42.c b/sound/soc/intel/boards/= sof_cs42l42.c index ce78c18798876..56bae2185904b 100644 --- a/sound/soc/intel/boards/sof_cs42l42.c +++ b/sound/soc/intel/boards/sof_cs42l42.c @@ -41,8 +41,13 @@ #define SOF_CS42L42_DAILINK_MASK (GENMASK(24, 10)) #define SOF_CS42L42_DAILINK(link1, link2, link3, link4, link5) \ ((((link1) | ((link2) << 3) | ((link3) << 6) | ((link4) << 9) | ((link5) = << 12)) << SOF_CS42L42_DAILINK_SHIFT) & SOF_CS42L42_DAILINK_MASK) -#define SOF_MAX98357A_SPEAKER_AMP_PRESENT BIT(25) -#define SOF_MAX98360A_SPEAKER_AMP_PRESENT BIT(26) +#define SOF_BT_OFFLOAD_PRESENT BIT(25) +#define SOF_CS42L42_SSP_BT_SHIFT 26 +#define SOF_CS42L42_SSP_BT_MASK (GENMASK(28, 26)) +#define SOF_CS42L42_SSP_BT(quirk) \ + (((quirk) << SOF_CS42L42_SSP_BT_SHIFT) & SOF_CS42L42_SSP_BT_MASK) +#define SOF_MAX98357A_SPEAKER_AMP_PRESENT BIT(29) +#define SOF_MAX98360A_SPEAKER_AMP_PRESENT BIT(30) =20 enum { LINK_NONE =3D 0, @@ -50,6 +55,7 @@ enum { LINK_SPK =3D 2, LINK_DMIC =3D 3, LINK_HDMI =3D 4, + LINK_BT =3D 5, }; =20 /* Default: SSP2 */ @@ -278,6 +284,13 @@ static struct snd_soc_dai_link_component dmic_componen= t[] =3D { } }; =20 +static struct snd_soc_dai_link_component dummy_component[] =3D { + { + .name =3D "snd-soc-dummy", + .dai_name =3D "snd-soc-dummy-dai", + } +}; + static int create_spk_amp_dai_links(struct device *dev, struct snd_soc_dai_link *links, struct snd_soc_dai_link_component *cpus, @@ -467,9 +480,50 @@ static int create_hdmi_dai_links(struct device *dev, return -ENOMEM; } =20 +static int create_bt_offload_dai_links(struct device *dev, + struct snd_soc_dai_link *links, + struct snd_soc_dai_link_component *cpus, + int *id, int ssp_bt) +{ + /* bt offload */ + if (!(sof_cs42l42_quirk & SOF_BT_OFFLOAD_PRESENT)) + return 0; + + links[*id].name =3D devm_kasprintf(dev, GFP_KERNEL, "SSP%d-BT", + ssp_bt); + if (!links[*id].name) + goto devm_err; + + links[*id].id =3D *id; + links[*id].codecs =3D dummy_component; + links[*id].num_codecs =3D ARRAY_SIZE(dummy_component); + links[*id].platforms =3D platform_component; + links[*id].num_platforms =3D ARRAY_SIZE(platform_component); + + links[*id].dpcm_playback =3D 1; + links[*id].dpcm_capture =3D 1; + links[*id].no_pcm =3D 1; + links[*id].cpus =3D &cpus[*id]; + links[*id].num_cpus =3D 1; + + links[*id].cpus->dai_name =3D devm_kasprintf(dev, GFP_KERNEL, + "SSP%d Pin", + ssp_bt); + if (!links[*id].cpus->dai_name) + goto devm_err; + + (*id)++; + + return 0; + +devm_err: + return -ENOMEM; +} + static struct snd_soc_dai_link *sof_card_dai_links_create(struct device *d= ev, int ssp_codec, int ssp_amp, + int ssp_bt, int dmic_be_num, int hdmi_num) { @@ -522,6 +576,14 @@ static struct snd_soc_dai_link *sof_card_dai_links_cre= ate(struct device *dev, goto devm_err; } break; + case LINK_BT: + ret =3D create_bt_offload_dai_links(dev, links, cpus, &id, ssp_bt); + if (ret < 0) { + dev_err(dev, "fail to create bt offload dai links, ret %d\n", + ret); + goto devm_err; + } + break; case LINK_NONE: /* caught here if it's not used as terminator in macro */ default: @@ -543,7 +605,7 @@ static int sof_audio_probe(struct platform_device *pdev) struct snd_soc_acpi_mach *mach; struct sof_card_private *ctx; int dmic_be_num, hdmi_num; - int ret, ssp_amp, ssp_codec; + int ret, ssp_bt, ssp_amp, ssp_codec; =20 ctx =3D devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); if (!ctx) @@ -568,6 +630,9 @@ static int sof_audio_probe(struct platform_device *pdev) =20 dev_dbg(&pdev->dev, "sof_cs42l42_quirk =3D %lx\n", sof_cs42l42_quirk); =20 + ssp_bt =3D (sof_cs42l42_quirk & SOF_CS42L42_SSP_BT_MASK) >> + SOF_CS42L42_SSP_BT_SHIFT; + ssp_amp =3D (sof_cs42l42_quirk & SOF_CS42L42_SSP_AMP_MASK) >> SOF_CS42L42_SSP_AMP_SHIFT; =20 @@ -578,9 +643,11 @@ static int sof_audio_probe(struct platform_device *pde= v) =20 if (sof_cs42l42_quirk & SOF_SPEAKER_AMP_PRESENT) sof_audio_card_cs42l42.num_links++; + if (sof_cs42l42_quirk & SOF_BT_OFFLOAD_PRESENT) + sof_audio_card_cs42l42.num_links++; =20 dai_links =3D sof_card_dai_links_create(&pdev->dev, ssp_codec, ssp_amp, - dmic_be_num, hdmi_num); + ssp_bt, dmic_be_num, hdmi_num); if (!dai_links) return -ENOMEM; =20 @@ -621,6 +688,17 @@ static const struct platform_device_id board_ids[] =3D= { SOF_CS42L42_SSP_AMP(1)) | SOF_CS42L42_DAILINK(LINK_HP, LINK_DMIC, LINK_HDMI, LINK_SPK, LINK_NON= E), }, + { + .name =3D "adl_mx98360a_cs4242", + .driver_data =3D (kernel_ulong_t)(SOF_CS42L42_SSP_CODEC(0) | + SOF_SPEAKER_AMP_PRESENT | + SOF_MAX98360A_SPEAKER_AMP_PRESENT | + SOF_CS42L42_SSP_AMP(1) | + SOF_CS42L42_NUM_HDMIDEV(4) | + SOF_BT_OFFLOAD_PRESENT | + SOF_CS42L42_SSP_BT(2)) | + SOF_CS42L42_DAILINK(LINK_HP, LINK_DMIC, LINK_HDMI, LINK_SPK, LINK_BT), + }, { } }; MODULE_DEVICE_TABLE(platform, board_ids); diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/= intel/common/soc-acpi-intel-adl-match.c index 7c8cd00457f81..311adeb3afbc4 100644 --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c @@ -384,6 +384,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machin= es[] =3D { .sof_fw_filename =3D "sof-adl.ri", .sof_tplg_filename =3D "sof-adl-cs35l41.tplg", }, + { + .id =3D "10134242", + .drv_name =3D "adl_mx98360a_cs4242", + .machine_quirk =3D snd_soc_acpi_codec_list, + .quirk_data =3D &adl_max98360a_amp, + .sof_tplg_filename =3D "sof-adl-max98360a-rt5682.tplg", + }, {}, }; EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_adl_machines); --=20 2.25.1