summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2018-06-18 13:29:35 -0500
committerMark Brown <broonie@kernel.org>2018-06-19 15:46:53 +0100
commit95555f580dca21fac5ea35c10fa92fa034bd403f (patch)
tree0eb50d286d776a0892678f727d27cde1de6d5ed4 /sound/soc/intel/skylake
parent5fd46e649ee63259f2197625662477ac67a69e79 (diff)
downloadlinux-95555f580dca21fac5ea35c10fa92fa034bd403f.tar.bz2
ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a
Use truncated names in bxt id table and bxt_da7219_max98357a machine as platform device id table expects names to be less then 20chars. Signed-off-by: Naveen Manohar <naveen.m@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake')
-rw-r--r--sound/soc/intel/skylake/skl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index f0d9793f872a..0a8f0768e987 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -1093,7 +1093,7 @@ static struct snd_soc_acpi_mach sst_bxtp_devdata[] = {
},
{
.id = "DLGS7219",
- .drv_name = "bxt_da7219_max98357a_i2s",
+ .drv_name = "bxt_da7219_max98357a",
.fw_filename = "intel/dsp_fw_bxtn.bin",
.machine_quirk = snd_soc_acpi_codec_list,
.quirk_data = &bxt_codecs,