commit | 13cb61f8c261ca6a218f83f4ee9c3bd5cfc223a5 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Aug 12 15:44:04 2010 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Aug 15 14:50:16 2010 +0100 |
tree | 50372278ce3f2cde8dabe7f58f4eda028b98e5c0 | |
parent | 381ac990db3f4fdfbe91e3a636cab03edf293b9c [diff] |
ASoC: Set up debugfs only once per CODEC Since the debugfs directory is current per CODEC we should only init it when the CODEC is initialised, otherwise we end up with errors being generated when an attempt is made to add duplicate debugfs entries. Since most of this stuff is actually for the card we should refactor but this can come later. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>