ASoC: Intel: glk_rt5682_max98357a: shrink platform_id below 20 characters
commit bc47256afef38175a0ad6bcfd4dbab9d2c65b377 upstream. Sparse throws the following warning: sound/soc/intel/boards/glk_rt5682_max98357a.c:622:25: error: too long initializer-string for array of char(no space for nul char) Fix by using the 'mx' acronym for Maxim Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Paul Olaru <paul.olaru@oss.nxp.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Link: https://lore.kernel.org/r/20210621194057.21711-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d2d9ca50ad
commit
ef3343af1f
@@ -621,7 +621,7 @@ static int geminilake_audio_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct platform_device_id glk_board_ids[] = {
|
||||
{
|
||||
.name = "glk_rt5682_max98357a",
|
||||
.name = "glk_rt5682_mx98357a",
|
||||
.driver_data =
|
||||
(kernel_ulong_t)&glk_audio_card_rt5682_m98357a,
|
||||
},
|
||||
@@ -643,4 +643,4 @@ MODULE_DESCRIPTION("Geminilake Audio Machine driver-RT5682 & MAX98357A in I2S mo
|
||||
MODULE_AUTHOR("Naveen Manohar <naveen.m@intel.com>");
|
||||
MODULE_AUTHOR("Harsha Priya <harshapriya.n@intel.com>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:glk_rt5682_max98357a");
|
||||
MODULE_ALIAS("platform:glk_rt5682_mx98357a");
|
||||
|
||||
@@ -33,7 +33,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
||||
},
|
||||
{
|
||||
.id = "10EC5682",
|
||||
.drv_name = "glk_rt5682_max98357a",
|
||||
.drv_name = "glk_rt5682_mx98357a",
|
||||
.fw_filename = "intel/dsp_fw_glk.bin",
|
||||
.machine_quirk = snd_soc_acpi_codec_list,
|
||||
.quirk_data = &glk_codecs,
|
||||
|
||||
Reference in New Issue
Block a user