Skip to content

Commit

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

Signed-off-by: Naveen Manohar <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
naveen-manohar authored and broonie committed Jun 19, 2018
1 parent cbaa7f0 commit 65a3388
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sound/soc/intel/common/soc-acpi-intel-glk-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@
#include <sound/soc-acpi.h>
#include <sound/soc-acpi-intel-match.h>

static struct snd_soc_acpi_codecs glk_codecs = {
.num_codecs = 1,
.codecs = {"MX98357A"}
};

struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
{
.id = "INT343A",
.drv_name = "glk_alc298s_i2s",
.fw_filename = "intel/dsp_fw_glk.bin",
},
{
.id = "DLGS7219",
.drv_name = "glk_da7219_max98357a",
.fw_filename = "intel/dsp_fw_glk.bin",
.machine_quirk = snd_soc_acpi_codec_list,
.quirk_data = &glk_codecs,
},
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines);
Expand Down

0 comments on commit 65a3388

Please sign in to comment.