ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
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
This commit is contained in:
parent
f114040e3e
commit
62e6a3b6f4
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue