[alsa-devel] [PATCH] ASoC: ics43432: Fix build errors

Ricard Wanderlof ricard.wanderlof at axis.com
Fri Aug 28 12:11:48 CEST 2015


Fix build errors

Signed-off-by: Ricard Wanderlof <ricardw at axis.com>
---

Not sure how the incorrect name or the misspelled license string got 
through my local build, perhaps because I've been developing this for an 
ARM system? Have now set up a tree to build for x86 as well, where the 
errors manifest themselves, to avoid this type of stuff happening in the 
future.

 sound/soc/codecs/ics43432.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c
index d217fed..465d591 100644
--- a/sound/soc/codecs/ics43432.c
+++ b/sound/soc/codecs/ics43432.c
@@ -57,7 +57,7 @@ static const struct of_device_id ics43432_ids[] = {
 	{ .compatible = "invensense,ics43432", },
 	{ }
 };
-MODULE_DEVICE_TABLE(of, ics43432_dt_ids);
+MODULE_DEVICE_TABLE(of, ics43432_ids);
 #endif
 
 static struct platform_driver ics43432_driver = {
@@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver);
 
 MODULE_DESCRIPTION("ASoC ICS43432 driver");
 MODULE_AUTHOR("Ricard Wanderlof <ricardw at axis.com>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
-- 
1.7.10.4

-- 
Ricard Wolf Wanderlöf                           ricardw(at)axis.com
Axis Communications AB, Lund, Sweden            www.axis.com
Phone +46 46 272 2016                           Fax +46 46 13 61 30




More information about the Alsa-devel mailing list