]> git.alsa-project.org Git - alsa.git/commitdiff
hda-analyzer: fix for recent driver
authorJaroslav Kysela <perex@perex.cz>
Thu, 3 Sep 2015 14:21:41 +0000 (16:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 3 Sep 2015 14:21:41 +0000 (16:21 +0200)
hda-analyzer/hda_proc.py

index 91d184321f3b985911ac9b5197def666d692669b..cf21d8622b93f591a25739094639f65286ad9bce 100644 (file)
@@ -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