]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dmic: add DT module alias
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 29 Aug 2018 15:00:49 +0000 (17:00 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Aug 2018 15:04:16 +0000 (16:04 +0100)
commiteb2694b7c4f173447250fe20ca408561b977b7bb
tree39a11d553d344e07bcb9fc3fc6d31a71308dcd4a
parentf2128615388dd6e62d50d9d2516ed3a854d3d808
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>
sound/soc/codecs/dmic.c