summaryrefslogtreecommitdiff
path: root/decoders/i2s/i2s.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2s/i2s.py')
-rw-r--r--decoders/i2s/i2s.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/decoders/i2s/i2s.py b/decoders/i2s/i2s.py
index b81f2dd..b921011 100644
--- a/decoders/i2s/i2s.py
+++ b/decoders/i2s/i2s.py
@@ -30,8 +30,7 @@ class Decoder(srd.Decoder):
id = 'i2s'
name = 'I2S'
longname = 'Integrated Interchip Sound'
- desc = 'I2S is an electrical serial bus interface standard used ' \
- 'for connecting digital audio devices together.'
+ desc = 'Serial bus for connecting digital audio devices.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['i2s']