1. Aug 19, 2014
    • Lars-Peter Clausen's avatar
      ASoC: Move debugfs registration to the component level · 81c7cfd1
      Lars-Peter Clausen authored
      
      
      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: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarMark Brown <broonie@linaro.org>
      81c7cfd1
  2. Aug 17, 2014
  3. Aug 16, 2014