ASoC: Intel: Skylake: reduce machine name for skl_nau88l25_max98357a
authorVinod Koul <vinod.koul@intel.com>
Wed, 13 Jul 2016 16:43:44 +0000 (22:13 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 14 Jul 2016 16:21:29 +0000 (17:21 +0100)
The platform device id table expects names to be less that
20chars, so truncate the name in skl id table and
skl_nau88l25_max98357a machine.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/skl_nau88l25_max98357a.c
sound/soc/intel/skylake/skl.c

index afc6f744dff1553cc61edb7e177a1282cd8b77d5..80efe5e32291a1ab14f90f7a98c6daf0b0d29b22 100644 (file)
@@ -659,7 +659,7 @@ static int skylake_audio_probe(struct platform_device *pdev)
 static struct platform_driver skylake_audio = {
        .probe = skylake_audio_probe,
        .driver = {
-               .name = "skl_nau88l25_max98357a_i2s",
+               .name = "skl_n88l25_m98357a",
                .pm = &snd_soc_pm_ops,
        },
 };
@@ -670,4 +670,4 @@ module_platform_driver(skylake_audio)
 MODULE_DESCRIPTION("Audio Machine driver-NAU88L25 & MAX98357A in I2S mode");
 MODULE_AUTHOR("Rohit Ainapure <rohit.m.ainapure@intel.com");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:skl_nau88l25_max98357a_i2s");
+MODULE_ALIAS("platform:skl_n88l25_m98357a");
index 0c46ee5f31dbe4e56ef461b31808134d66482034..9f6733d72bdeb31e8ddfea4a3eceefc291781375 100644 (file)
@@ -803,7 +803,7 @@ static struct sst_acpi_mach sst_skl_devdata[] = {
        { "INT343A", "skl_alc286s_i2s", "intel/dsp_fw_release.bin", NULL, NULL, NULL },
        { "INT343B", "skl_n88l25_s4567", "intel/dsp_fw_release.bin",
                                NULL, NULL, &skl_dmic_data },
-       { "MX98357A", "skl_nau88l25_max98357a_i2s", "intel/dsp_fw_release.bin",
+       { "MX98357A", "skl_n88l25_m98357a", "intel/dsp_fw_release.bin",
                                NULL, NULL, &skl_dmic_data },
        {}
 };