Skip to content

Commit

Permalink
ASoC: Intel: Add Kabylake RT5663 machine driver entry
Browse files Browse the repository at this point in the history
Adds Kabylake rt5663 machine driver entry into machine table

Signed-off-by: Kevin Cheng <kevin.cheng@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kevin Cheng authored and Mark Brown committed Jul 28, 2017
1 parent c064257 commit 0dfa7a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/soc/intel/skylake/skl.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,11 @@ static struct sst_acpi_mach sst_kbl_devdata[] = {
.quirk_data = &kbl_poppy_codecs,
.pdata = &skl_dmic_data
},
{
.id = "10EC5663",
.drv_name = "kbl_rt5663",
.fw_filename = "intel/dsp_fw_kbl.bin",
},

{}
};
Expand Down

0 comments on commit 0dfa7a0

Please sign in to comment.