diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-13 12:43:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-14 12:21:29 -0400 |
commit | 400ada0c766b86b60313a68a3ad419558f1cbc5b (patch) | |
tree | e4f9d59191a10351681fae04605b6eee32ce2576 /sound/soc/intel/boards | |
parent | c78722676e92dd434de35c7569d6c3f25879621b (diff) |
ASoC: Intel: Skylake: reduce machine name for skl_nau88l25_ssm4567
The platform device id table expects names to be less that
20chars, so truncate the name in skl id table and
skl_nau88l25_ssm4567 machine.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards')
-rw-r--r-- | sound/soc/intel/boards/skl_nau88l25_ssm4567.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/boards/skl_nau88l25_ssm4567.c b/sound/soc/intel/boards/skl_nau88l25_ssm4567.c index 22f2e9d84e72..3e67d7b31e28 100644 --- a/sound/soc/intel/boards/skl_nau88l25_ssm4567.c +++ b/sound/soc/intel/boards/skl_nau88l25_ssm4567.c | |||
@@ -711,7 +711,7 @@ static int skylake_audio_probe(struct platform_device *pdev) | |||
711 | static struct platform_driver skylake_audio = { | 711 | static struct platform_driver skylake_audio = { |
712 | .probe = skylake_audio_probe, | 712 | .probe = skylake_audio_probe, |
713 | .driver = { | 713 | .driver = { |
714 | .name = "skl_nau88l25_ssm4567_i2s", | 714 | .name = "skl_n88l25_s4567", |
715 | .pm = &snd_soc_pm_ops, | 715 | .pm = &snd_soc_pm_ops, |
716 | }, | 716 | }, |
717 | }; | 717 | }; |
@@ -726,4 +726,4 @@ MODULE_AUTHOR("Sathya Prakash M R <sathya.prakash.m.r@intel.com>"); | |||
726 | MODULE_AUTHOR("Yong Zhi <yong.zhi@intel.com>"); | 726 | MODULE_AUTHOR("Yong Zhi <yong.zhi@intel.com>"); |
727 | MODULE_DESCRIPTION("Intel Audio Machine driver for SKL with NAU88L25 and SSM4567 in I2S Mode"); | 727 | MODULE_DESCRIPTION("Intel Audio Machine driver for SKL with NAU88L25 and SSM4567 in I2S Mode"); |
728 | MODULE_LICENSE("GPL v2"); | 728 | MODULE_LICENSE("GPL v2"); |
729 | MODULE_ALIAS("platform:skl_nau88l25_ssm4567_i2s"); | 729 | MODULE_ALIAS("platform:skl_n88l25_s4567"); |