[alsa-devel] Applied "ASoC: ics43432: Fix build errors" to the asoc tree

Mark Brown broonie at kernel.org
Fri Aug 28 18:25:08 CEST 2015


The patch

   ASoC: ics43432: Fix build errors

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From b37bfdaac914f4886b8be803703b12177eb873f6 Mon Sep 17 00:00:00 2001
From: Ricard Wanderlof <ricard.wanderlof at axis.com>
Date: Fri, 28 Aug 2015 12:11:48 +0200
Subject: [PATCH] ASoC: ics43432: Fix build errors

Fix build errors

Signed-off-by: Ricard Wanderlof <ricardw at axis.com>
Signed-off-by: Mark Brown <broonie at kernel.org>
---
 sound/soc/codecs/ics43432.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c
index 7c35c98..dd850b9 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 = {
-- 
2.5.0



More information about the Alsa-devel mailing list