Skip to content

Commit

Permalink
ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
Browse files Browse the repository at this point in the history
This enables the snd_soc_snow module to be auto-loaded.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
  • Loading branch information
Andreas Färber authored and Mark Brown committed Nov 5, 2014
1 parent f114040 commit 62e6a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/samsung/snow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 62e6a3b

Please sign in to comment.