summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/dmic.c
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-08-29 18:00:49 +0300
committerMark Brown <broonie@kernel.org>2018-08-29 18:04:16 +0300
commitcb06a037f8362e250a6e61872ffa01ab086ec9e2 (patch)
tree39a11d553d344e07bcb9fc3fc6d31a71308dcd4a /sound/soc/codecs/dmic.c
parent26bcf1c368d9460987d597fb0476d60e51a1bf82 (diff)
downloadlinux-cb06a037f8362e250a6e61872ffa01ab086ec9e2.tar.xz
ASoC: dmic: add DT module alias
Before this patch the only alias provided by the dmic module is: alias: platform:dmic-codec Device instantiated from DT will not probe automatically with this After this patch, here is the new alias list: alias: platform:dmic-codec alias: of:N*T*Cdmic-codecC* alias: of:N*T*Cdmic-codec Now the dmic codec probes automatically when instantiated from DT. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/dmic.c')
-rw-r--r--sound/soc/codecs/dmic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/dmic.c b/sound/soc/codecs/dmic.c
index 8c4926df9286..71322e0410ee 100644
--- a/sound/soc/codecs/dmic.c
+++ b/sound/soc/codecs/dmic.c
@@ -148,6 +148,7 @@ static const struct of_device_id dmic_dev_match[] = {
{.compatible = "dmic-codec"},
{}
};
+MODULE_DEVICE_TABLE(of, dmic_dev_match);
static struct platform_driver dmic_driver = {
.driver = {