[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20097f1d-a7ef-9932-685c-afb22006076c@linux.intel.com>
Date: Tue, 21 Feb 2023 11:52:24 -0500
From: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To: Richard Fitzgerald <rf@...nsource.cirrus.com>, broonie@...nel.org,
cezary.rojewski@...el.com, peter.ujfalusi@...ux.intel.com,
yung-chuan.liao@...ux.intel.com, kai.vehmanen@...ux.intel.com
Cc: alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
patches@...nsource.cirrus.com
Subject: Re: [PATCH 10/10] ASoC: Intel: soc-acpi: Add CS35L56 Soundwire to TGL
> +static const struct snd_soc_acpi_link_adr up_extreme_cs35l56_sdw0_one[] = {
> + {
> + .mask = BIT(0),
> + .num_adr = 1,
> + .adr_d = cs35l56_sdw0_adr,
> + },
> + {}
> +};
> +
> +static const struct snd_soc_acpi_link_adr up_extreme_cs35l56_sdw0_four[] = {
> + {
> + .mask = BIT(0),
> + .num_adr = 4,
> + .adr_d = cs35l56_sdw0_adr,
> + },
> + {}
> +};
If the machine driver has support for the 2-amplifier configuration,
shouldn't it be present here as well?
> +
> /* this table is used when there is no I2S codec present */
> struct snd_soc_acpi_mach snd_soc_acpi_intel_tgl_sdw_machines[] = {
> /* mockup tests need to be first */
> @@ -501,6 +546,18 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_tgl_sdw_machines[] = {
> .drv_name = "sof_sdw",
> .sof_tplg_filename = "sof-tgl-rt711.tplg",
> },
> + {
> + .link_mask = BIT(0),
> + .links = up_extreme_cs35l56_sdw0_four,
> + .drv_name = "sof_sdw",
> + .sof_tplg_filename = "sof-tgl-cs35l56-sdw0.tplg"
> + },
> + {
> + .link_mask = BIT(0),
> + .links = up_extreme_cs35l56_sdw0_one,
> + .drv_name = "sof_sdw",
> + .sof_tplg_filename = "sof-tgl-cs35l56-sdw0.tplg"
> + },
> {},
> };
> EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_tgl_sdw_machines);
Powered by blists - more mailing lists