Loading sound/soc/codecs/dmic.c +6 −0 Original line number Diff line number Diff line Loading @@ -73,9 +73,15 @@ static int dmic_dev_remove(struct platform_device *pdev) MODULE_ALIAS("platform:dmic-codec"); static const struct of_device_id dmic_dev_match[] = { {.compatible = "dmic-codec"}, {} }; static struct platform_driver dmic_driver = { .driver = { .name = "dmic-codec", .of_match_table = dmic_dev_match, }, .probe = dmic_dev_probe, .remove = dmic_dev_remove, Loading Loading
sound/soc/codecs/dmic.c +6 −0 Original line number Diff line number Diff line Loading @@ -73,9 +73,15 @@ static int dmic_dev_remove(struct platform_device *pdev) MODULE_ALIAS("platform:dmic-codec"); static const struct of_device_id dmic_dev_match[] = { {.compatible = "dmic-codec"}, {} }; static struct platform_driver dmic_driver = { .driver = { .name = "dmic-codec", .of_match_table = dmic_dev_match, }, .probe = dmic_dev_probe, .remove = dmic_dev_remove, Loading