mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: cs53l30: Set .of_match_table to OF device ID table
@ 2017-04-04 18:59 Javier Martinez Canillas
  2017-04-05 17:30 ` Applied "ASoC: cs53l30: Set .of_match_table to OF device ID table" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2017-04-04 18:59 UTC (permalink / raw)
  To: linux-kernel
  Cc: Javier Martinez Canillas, Jaroslav Kysela, alsa-devel,
	Mark Brown, Brian Austin, Paul Handrigan, Takashi Iwai,
	Liam Girdwood

The driver has an OF device ID table but the struct i2c_driver
.of_match_table field is not set.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 sound/soc/codecs/cs53l30.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c
index cb47fb595ff4..1e0d5973b758 100644
--- a/sound/soc/codecs/cs53l30.c
+++ b/sound/soc/codecs/cs53l30.c
@@ -1130,6 +1130,7 @@ MODULE_DEVICE_TABLE(i2c, cs53l30_id);
 static struct i2c_driver cs53l30_i2c_driver = {
 	.driver = {
 		.name = "cs53l30",
+		.of_match_table = cs53l30_of_match,
 		.pm = &cs53l30_runtime_pm,
 	},
 	.id_table = cs53l30_id,
-- 
2.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-05 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 18:59 [PATCH] ASoC: cs53l30: Set .of_match_table to OF device ID table Javier Martinez Canillas
2017-04-05 17:30 ` Applied "ASoC: cs53l30: Set .of_match_table to OF device ID table" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®