]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ac97/pd.py
add a Maxim DS2408 decoder
[libsigrokdecode.git] / decoders / ac97 / pd.py
index 6cb7e934ac19bc929d41bdfa14e81e1003e5d940..ecf88092203d926bb142bfd30d3c13ef1bc355da 100644 (file)
@@ -60,6 +60,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['ac97']
+    tags = ['Audio', 'PC']
     channels = (
         {'id': 'sync', 'name': 'SYNC', 'desc': 'Frame synchronization'},
         {'id': 'clk', 'name': 'BIT_CLK', 'desc': 'Data bits clock'},