Home
last modified time | relevance | path

Searched hist:cb06a037f8362e250a6e61872ffa01ab086ec9e2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Ddmic.cdiff cb06a037f8362e250a6e61872ffa01ab086ec9e2 Wed Aug 29 10:00:49 CDT 2018 Jerome Brunet <jbrunet@baylibre.com> 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>