• Jerome Brunet's avatar
    ASoC: dmic: add DT module alias · cb06a037
    Jerome Brunet authored
    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: default avatarJerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    cb06a037
dmic.c 4.11 KB