]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/i2s.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / i2s / i2s.py
index b81f2dd45d59f61319418f183d38e43626d34a8b..b921011589bd3592824efb6d68ff5ad9b3b76561 100644 (file)
@@ -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']