commit | ce3e3737a3361e0c7030f8598eec36bb82050de6 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | Fri Oct 02 09:17:37 2009 +0300 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Oct 02 11:24:21 2009 +0100 |
tree | d685ea6de1475e3e1b80a662e62fda3f76898d89 | |
parent | 88439ac793934a47f47ad285656b63d09f5937c8 [diff] |
ASoC: Improve the debugfs hierarchy Change the way the debugfs entries are created: If the codec->dev is valid, than use: debugfs/asoc/{codec->name}.{dev_name(codec->dev)}/ if the codec->dev is NULL: debugfs/asoc/{codec->name}/ as root for the debugfs entries. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>