diff options
author | Balamurugan C <[email protected]> | 2023-06-02 15:22:18 -0500 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-06-05 14:00:27 +0100 |
commit | 1529d344dd49059c114c200dbe1c1a55d45ea120 (patch) | |
tree | 83bbe5cd7ceebf33031dbb3dab1615c7c9a91b11 | |
parent | c3a3c06e05c244374fb773c80e4055a5e8aa45f7 (diff) |
ASoC: Intel: Sof_ssp_amp: Correcting author name.
Corrected the author name camel case and initial.
Reviewed-by: Bard Liao <[email protected]>
Signed-off-by: Balamurugan C <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/intel/boards/sof_ssp_amp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/sof_ssp_amp.c b/sound/soc/intel/boards/sof_ssp_amp.c index 56fa0c196daf..0aef718e82b2 100644 --- a/sound/soc/intel/boards/sof_ssp_amp.c +++ b/sound/soc/intel/boards/sof_ssp_amp.c @@ -487,7 +487,7 @@ static struct platform_driver sof_ssp_amp_driver = { module_platform_driver(sof_ssp_amp_driver); MODULE_DESCRIPTION("ASoC Intel(R) SOF Amplifier Machine driver"); -MODULE_AUTHOR("balamurugan.c <[email protected]>"); +MODULE_AUTHOR("Balamurugan C <[email protected]>"); MODULE_AUTHOR("Brent Lu <[email protected]>"); MODULE_LICENSE("GPL"); MODULE_IMPORT_NS(SND_SOC_INTEL_HDA_DSP_COMMON); |