Skip to content

Commit 110eaeb

Browse files
CBala21bardliao
authored andcommitted
ASoC: Intel: soc-acpi: Add entry for sof_es8336 in NVL match table.
Adding ES83x6 I2S codec support for NVL platforms and entry in match table. Signed-off-by: Balamurugan C <balamurugan.c@intel.com>
1 parent 95bfe21 commit 110eaeb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

sound/soc/intel/common/soc-acpi-intel-nvl-match.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@
1010
#include <sound/soc-acpi-intel-match.h>
1111
#include "soc-acpi-intel-sdw-mockup-match.h"
1212

13+
static const struct snd_soc_acpi_codecs nvl_essx_83x6 = {
14+
.num_codecs = 3,
15+
.codecs = { "ESSX8316", "ESSX8326", "ESSX8336"},
16+
};
17+
1318
struct snd_soc_acpi_mach snd_soc_acpi_intel_nvl_machines[] = {
19+
{
20+
.comp_ids = &nvl_essx_83x6,
21+
.drv_name = "sof-essx8336",
22+
.sof_tplg_filename = "sof-nvl-es8336", /* the tplg suffix is added at run time */
23+
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER |
24+
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
25+
SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,
26+
},
1427
{},
1528
};
1629
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_nvl_machines);

0 commit comments

Comments
 (0)