[alsa-devel] [PATCH 00/12] ASoC: Fix module autoload for OF platform drivers
Hello,
This series adds the missing MODULE_DEVICE_TABLE() for OF to eport that 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
Thanks, Luis
Luis de Bethencourt (12): ASoC: atmel_wm8904: Fix module autoload for OF platform driver ASoC: da9055: Fix module autoload for OF platform driver ASoC: wm8510: Fix module autoload for OF platform driver ASoC: wm8580: Fix module autoload for OF platform driver ASoC: wm8523: Fix module autoload for OF platform driver ASoC: fsl-asoc-card: Fix module autoload for OF platform driver ASoC: fsl_sai: Fix module autoload for OF platform driver ASoC: jz4740: Fix module autoload for OF platform driver ASoC: kirkwood: Fix module autoload for OF platform driver ASoC: pxa: Fix module autoload for OF platform drivers ASoC: mop500: Fix module autoload for OF platform driver ASoC: ux500: Fix module autoload for OF platform driver
sound/soc/atmel/atmel_wm8904.c | 1 + sound/soc/codecs/da9055.c | 1 + sound/soc/codecs/wm8510.c | 1 + sound/soc/codecs/wm8523.c | 1 + sound/soc/codecs/wm8580.c | 1 + sound/soc/fsl/fsl-asoc-card.c | 1 + sound/soc/fsl/fsl_sai.c | 1 + sound/soc/jz4740/jz4740-i2s.c | 1 + sound/soc/kirkwood/armada-370-db.c | 1 + sound/soc/pxa/pxa-ssp.c | 1 + sound/soc/pxa/pxa2xx-pcm.c | 1 + sound/soc/ux500/mop500.c | 1 + sound/soc/ux500/ux500_msp_dai.c | 1 + 13 files changed, 13 insertions(+)
On Thu, Sep 03, 2015 at 12:54:27PM +0200, Luis de Bethencourt wrote:
This series adds the missing MODULE_DEVICE_TABLE() for OF to eport that information so modules have the correct aliases built-in and autoloading works correctly.
Please thread patch serieses together when submitting them (git send-email can do this for you). This makes things easier to follow.
On 3 Sep 2015 13:57, "Mark Brown" broonie@kernel.org wrote:
On Thu, Sep 03, 2015 at 12:54:27PM +0200, Luis de Bethencourt wrote:
This series adds the missing MODULE_DEVICE_TABLE() for OF to eport that information so modules have the correct aliases built-in and autoloading works correctly.
Please thread patch serieses together when submitting them (git send-email can do this for you). This makes things easier to follow.
Sorry. I am new to kernel development. Will learn how to thread patch series with git send-email.
Thanks for the review and for letting me know for next time. Luis
participants (2)
-
Luis de Bethencourt
-
Mark Brown