Hello,
This series add OF device ID tables to ASoC I2C drivers whose devices are either used in Device Tree source files or are listed in binding docs as a compatible string.
That's done because the plan is to change the I2C core to report proper OF modaliases instead of always reporting a MODALIAS=i2c:<foo> regardless if a device was registered via DT or using the legacy platform data mechanism.
So these patches will make sure that ASoC I2C drivers modules will continue to be autoloaded once the I2C core is changed to report proper OF modalias.
Best regards, Javier
Javier Martinez Canillas (6): ASoc: rt5645: Add OF device ID table ASoC: ssm4567: Add OF device ID table ASoC: sta529: Add OF device ID table ASoC: uda1380: Add OF device ID table ASoC: wm8978: Add OF device ID table ASoC: rt5677: Add OF device ID table
sound/soc/codecs/rt5645.c | 10 ++++++++++ sound/soc/codecs/rt5677.c | 7 +++++++ sound/soc/codecs/ssm4567.c | 9 +++++++++ sound/soc/codecs/sta529.c | 7 +++++++ sound/soc/codecs/uda1380.c | 7 +++++++ sound/soc/codecs/wm8978.c | 7 +++++++ 6 files changed, 47 insertions(+)