From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/ac97/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/ac97/pd.py') diff --git a/decoders/ac97/pd.py b/decoders/ac97/pd.py index 6cb7e93..8cb47a8 100644 --- a/decoders/ac97/pd.py +++ b/decoders/ac97/pd.py @@ -60,6 +60,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['ac97'] + tags = ['Logic', 'Audio'] channels = ( {'id': 'sync', 'name': 'SYNC', 'desc': 'Frame synchronization'}, {'id': 'clk', 'name': 'BIT_CLK', 'desc': 'Data bits clock'}, -- cgit v1.2.3-70-g09d2