summaryrefslogtreecommitdiff
path: root/decoders/ac97/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ac97/pd.py')
-rw-r--r--decoders/ac97/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ac97/pd.py b/decoders/ac97/pd.py
index 8cb47a8..ecf8809 100644
--- a/decoders/ac97/pd.py
+++ b/decoders/ac97/pd.py
@@ -60,7 +60,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['ac97']
- tags = ['Logic', 'Audio']
+ tags = ['Audio', 'PC']
channels = (
{'id': 'sync', 'name': 'SYNC', 'desc': 'Frame synchronization'},
{'id': 'clk', 'name': 'BIT_CLK', 'desc': 'Data bits clock'},