]> Git Repo - linux.git/commitdiff
ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
authorAndreas Färber <[email protected]>
Wed, 5 Nov 2014 16:44:52 +0000 (17:44 +0100)
committerMark Brown <[email protected]>
Wed, 5 Nov 2014 17:09:17 +0000 (17:09 +0000)
This enables the snd_soc_snow module to be auto-loaded.

Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
sound/soc/samsung/snow.c

index 0acf5d0eed53a30979f66d466252b51f660f3d2e..72118a77dd5b70aa2a08fb51c32b5204063829f5 100644 (file)
@@ -110,6 +110,7 @@ static const struct of_device_id snow_of_match[] = {
        { .compatible = "google,snow-audio-max98095", },
        {},
 };
+MODULE_DEVICE_TABLE(of, snow_of_match);
 
 static struct platform_driver snow_driver = {
        .driver = {
This page took 0.101256 seconds and 4 git commands to generate.