From: Jaroslav Kysela Date: Mon, 12 Jul 2010 12:24:32 +0000 (+0200) Subject: hda-analyzer: show device and control lines in generated proc contents X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0a74970c8cde9d34a40f8576da9f073cb2cc68ad;p=alsa.git hda-analyzer: show device and control lines in generated proc contents Signed-off-by: Jaroslav Kysela --- 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):