From: Lars-Peter Clausen Date: Tue, 19 Aug 2014 13:51:18 +0000 (+0200) Subject: ASoC: Move debugfs registration to the component level X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~12^2~7^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c7cfd1b22a0ee5e40efef72ec2cd17dbf12e6d;p=pandora-kernel.git ASoC: Move debugfs registration to the component level 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: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed