Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b22dab88 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: sn95031 fix the code style and format inconsistencies



this patch fixes inconsistencies commented by Mark.
This also fixes few other style things in audio_map & header file

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarHarsha Priya <priya.harsha@intel.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e62255f2
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -488,7 +488,7 @@ static void __exit sn95031_exit(void)
}
module_exit(sn95031_exit);

MODULE_DESCRIPTION("ASoC Intel(R) SN95031 codec driver");
MODULE_DESCRIPTION("ASoC TI SN95031 codec driver");
MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>");
MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>");
MODULE_LICENSE("GPL v2");
+6 −6

File changed.

Contains only whitespace changes.