ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters
[ Upstream commit 94efd726b947f265bd313605c9f73edec5469d65 ] Sparse throws the following warnings: sound/soc/intel/boards/kbl_da7219_max98357a.c:647: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-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
4abe339ce8
commit
84d8414303
@ -607,7 +607,7 @@ static int kabylake_audio_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct platform_device_id kbl_board_ids[] = {
|
||||
{
|
||||
.name = "kbl_da7219_max98357a",
|
||||
.name = "kbl_da7219_mx98357a",
|
||||
.driver_data =
|
||||
(kernel_ulong_t)&kabylake_audio_card_da7219_m98357a,
|
||||
},
|
||||
@ -629,4 +629,4 @@ module_platform_driver(kabylake_audio)
|
||||
MODULE_DESCRIPTION("Audio Machine driver-DA7219 & MAX98357A in I2S mode");
|
||||
MODULE_AUTHOR("Naveen Manohar <naveen.m@intel.com>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:kbl_da7219_max98357a");
|
||||
MODULE_ALIAS("platform:kbl_da7219_mx98357a");
|
||||
|
@ -113,7 +113,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = {
|
||||
},
|
||||
{
|
||||
.id = "DLGS7219",
|
||||
.drv_name = "kbl_da7219_max98373",
|
||||
.drv_name = "kbl_da7219_mx98373",
|
||||
.fw_filename = "intel/dsp_fw_kbl.bin",
|
||||
.machine_quirk = snd_soc_acpi_codec_list,
|
||||
.quirk_data = &kbl_7219_98373_codecs,
|
||||
|
Loading…
Reference in New Issue
Block a user