]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: cs53l30: Set .of_match_table to OF device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 4 Apr 2017 18:59:30 +0000 (14:59 -0400)
committerMark Brown <broonie@kernel.org>
Wed, 5 Apr 2017 17:19:46 +0000 (18:19 +0100)
commit13023ff3b3372543e4197b4b57d378350780fe96
treed6d927df53db64c68ef3187f44e9e9e5730c9f76
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: cs53l30: Set .of_match_table to OF device ID table

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs53l30.c