[PATCH V1 2/6] ASoC: tlv320aic26: Fix module autoload

2015-09-25 Thread Cormier, Jonathan
Add the missing MODULE_DEVICE_TABLE() for OF and SPI to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 https://lkml.org/lkml/2014/9/11/458

[PATCH V1 2/6] ASoC: tlv320aic26: Fix module autoload

2015-09-25 Thread Cormier, Jonathan
Add the missing MODULE_DEVICE_TABLE() for OF and SPI to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 https://lkml.org/lkml/2014/9/11/458