]> git.alsa-project.org Git - alsa.git/commitdiff
hda-analyzer: ignore '*Dev' lines
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Oct 2017 15:25:38 +0000 (17:25 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Oct 2017 15:25:38 +0000 (17:25 +0200)
hda-analyzer/hda_proc.py

index cf21d8622b93f591a25739094639f65286ad9bce..ce54e4919e081628f623c02a5df84f13a55a67fc 100644 (file)
@@ -736,6 +736,8 @@ class HDACodecProc(HDACodec, HDABaseProc):
           pass
         elif line.startswith('     Dev '):
           pass
+        elif line.startswith('    *Dev '):
+          pass
         else:
           self.wrongfile(line)
         idx += 1