Skip to content

Commit 95555f5

Browse files
naveen-manoharbroonie
authored andcommitted
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>
1 parent 5fd46e6 commit 95555f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sound/soc/intel/boards/bxt_da7219_max98357a.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ static int broxton_audio_probe(struct platform_device *pdev)
586586
static struct platform_driver broxton_audio = {
587587
.probe = broxton_audio_probe,
588588
.driver = {
589-
.name = "bxt_da7219_max98357a_i2s",
589+
.name = "bxt_da7219_max98357a",
590590
.pm = &snd_soc_pm_ops,
591591
},
592592
};
@@ -599,4 +599,4 @@ MODULE_AUTHOR("Rohit Ainapure <rohit.m.ainapure@intel.com>");
599599
MODULE_AUTHOR("Harsha Priya <harshapriya.n@intel.com>");
600600
MODULE_AUTHOR("Conrad Cooke <conrad.cooke@intel.com>");
601601
MODULE_LICENSE("GPL v2");
602-
MODULE_ALIAS("platform:bxt_da7219_max98357a_i2s");
602+
MODULE_ALIAS("platform:bxt_da7219_max98357a");

sound/soc/intel/skylake/skl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ static struct snd_soc_acpi_mach sst_bxtp_devdata[] = {
10931093
},
10941094
{
10951095
.id = "DLGS7219",
1096-
.drv_name = "bxt_da7219_max98357a_i2s",
1096+
.drv_name = "bxt_da7219_max98357a",
10971097
.fw_filename = "intel/dsp_fw_bxtn.bin",
10981098
.machine_quirk = snd_soc_acpi_codec_list,
10991099
.quirk_data = &bxt_codecs,

0 commit comments

Comments
 (0)