Skip to content

Commit

Permalink
ASoC: Intel: common: Add Kabylake Dialog+Maxim machine driver entry
Browse files Browse the repository at this point in the history
This patch adds da7219_max98927 machine driver entry into
machine table

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Mac Chiang authored and Mark Brown committed Oct 15, 2018
1 parent bca0ac1 commit 6530ade
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sound/soc/intel/common/soc-acpi-intel-kbl-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ static struct snd_soc_acpi_codecs kbl_7219_98357_codecs = {
.codecs = {"MX98357A"}
};

static struct snd_soc_acpi_codecs kbl_7219_98927_codecs = {
.num_codecs = 1,
.codecs = {"MX98927"}
};

struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = {
{
.id = "INT343A",
Expand Down Expand Up @@ -83,6 +88,14 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = {
.quirk_data = &kbl_7219_98357_codecs,
.pdata = &skl_dmic_data,
},
{
.id = "DLGS7219",
.drv_name = "kbl_da7219_max98927",
.fw_filename = "intel/dsp_fw_kbl.bin",
.machine_quirk = snd_soc_acpi_codec_list,
.quirk_data = &kbl_7219_98927_codecs,
.pdata = &skl_dmic_data
},
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_kbl_machines);
Expand Down

0 comments on commit 6530ade

Please sign in to comment.