X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Faud%2Fpd.py;h=97fa6ccdc426ec08753700660e4402923b3d5664;hb=2b46b01c72c06683b3130647affe92c425d573b5;hp=30c32f5fcc89d46d89a6555f00a5fcaac2ac4723;hpb=10aeb8ea8b183394cebc0033f048f49f4262b57d;p=libsigrokdecode.git diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py index 30c32f5..97fa6cc 100644 --- a/decoders/aud/pd.py +++ b/decoders/aud/pd.py @@ -33,6 +33,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['aud'] + tags = ['Debug/trace'] channels = ( {'id': 'audck', 'name': 'AUDCK', 'desc': 'AUD clock'}, {'id': 'naudsync', 'name': 'nAUDSYNC', 'desc': 'AUD sync'},