• L
    ASoC: Move debugfs registration to the component level · 81c7cfd1
    Lars-Peter Clausen 提交于
    The debugfs registration is mostly identical between platforms and CODECs. This
    patches consolidates the two implementations at the component level.
    
    Unfortunately there are still a couple of CODEC specific debugfs files that are
    related to legacy ASoC IO that need to be registered. For this a new callback is
    added to the component struct that will be initialized when a CODEC is
    registered and will be used to register the CODEC specific files. Once there are
    no drivers left using legacy IO this can be removed again.
    Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
    Signed-off-by: NMark Brown <broonie@linaro.org>
    81c7cfd1
soc.h 49.1 KB