From 0a74970c8cde9d34a40f8576da9f073cb2cc68ad Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 12 Jul 2010 14:24:32 +0200 Subject: [PATCH] hda-analyzer: show device and control lines in generated proc contents Signed-off-by: Jaroslav Kysela --- hda-analyzer/hda_codec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hda-analyzer/hda_codec.py b/hda-analyzer/hda_codec.py index 8c7b14d..061227c 100644 --- a/hda-analyzer/hda_codec.py +++ b/hda-analyzer/hda_codec.py @@ -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): -- 2.47.1