[alsa-devel] [PATCH 0/1] ASoC: debugfs support improvement

Peter Ujfalusi peter.ujfalusi at nokia.com
Wed Sep 30 12:24:18 CEST 2009


Hello,

I have noticed that the support for multiple cards/codecs via the debugfs is
kind of broken.
The second codec, which tries to create the debugfs files would emit the
following messages:
ASoC: Failed to create codec register debugfs file
Failed to create pop time debugfs file
...

The following patch fixes this by adding a directory per codec to host the
files.
The additional directory is named as codec->name, so it is easier to find the
correct codec we are looking for.

---
Peter Ujfalusi (1):
  ASoC: add support for multiple cards/codecs in debugfs

 include/sound/soc.h  |    1 +
 sound/soc/soc-core.c |   21 ++++++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)



More information about the Alsa-devel mailing list