]> git.alsa-project.org Git - alsa.git/commitdiff
hda-analyzer: show device and control lines in generated proc contents
authorJaroslav Kysela <perex@perex.cz>
Mon, 12 Jul 2010 12:24:32 +0000 (14:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 12 Jul 2010 12:24:32 +0000 (14:24 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
hda-analyzer/hda_codec.py

index 8c7b14d2f120828c1308c0ba8d5ce3d87174389b..061227c71eb6111fbe82c78bdaed53485a350ba7 100644 (file)
@@ -1355,6 +1355,8 @@ class HDACodec:
     return str
 
   def dump_node_extra(self, node):
+    if self.proc_codec:
+      return self.proc_codec.dump_node_extra(node)
     return ''
 
   def get_device(self, nid):