X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fspdif%2Fpd.py;h=126a0274b5087a45214dccf504741c74191cca6b;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hp=bec28cf0c184d9fcbea8daf5e5739d963bc219d9;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f;p=libsigrokdecode.git diff --git a/decoders/spdif/pd.py b/decoders/spdif/pd.py index bec28cf..126a027 100644 --- a/decoders/spdif/pd.py +++ b/decoders/spdif/pd.py @@ -38,9 +38,9 @@ class Decoder(srd.Decoder): annotations = ( ('bitrate', 'Bitrate / baudrate'), ('preamble', 'Preamble'), - ('bits', 'Bits'), - ('aux', 'Auxillary-audio-databits'), - ('samples', 'Audio Samples'), + ('bit', 'Bit'), + ('aux', 'Auxillary-audio-databit'), + ('sample', 'Audio Sample'), ('validity', 'Data Valid'), ('subcode', 'Subcode data'), ('chan_stat', 'Channnel Status'),