Tag: ffd72505b08ff4538db6eca9a9a498fbb1bb3679

ASoC: nau8825: Export I2C module alias information

Author: Javier Martinez Canillas <javier@osg.samsung.com> The I2C driver has an i2c_device_id array but that information isn’t exported to the module using the MODULE_DEVICE_TABLE() macro. So the module autoloading won’t work if the I2C device is registered using OF or legacy board files due missing alias information in the module. The issue was found using Kieran …

Continue reading