From: Jaroslav Kysela Date: Thu, 3 Sep 2015 14:21:41 +0000 (+0200) Subject: hda-analyzer: fix for recent driver X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b945b2f0590c7b13397aa9dea79a112224f4f141;p=alsa.git hda-analyzer: fix for recent driver --- diff --git a/hda-analyzer/hda_proc.py b/hda-analyzer/hda_proc.py index 91d1843..cf21d86 100644 --- a/hda-analyzer/hda_proc.py +++ b/hda-analyzer/hda_proc.py @@ -734,6 +734,8 @@ class HDACodecProc(HDACodec, HDABaseProc): pass elif line.startswith(' Devices: '): pass + elif line.startswith(' Dev '): + pass else: self.wrongfile(line) idx += 1