Difference between revisions of "Protocol decoder:Ac97"

From sigrok
Jump to navigation Jump to search
Line 5: Line 5:
| status          = In progress
| status          = In progress
| license        = GPLv2+
| license        = GPLv2+
| source_code_dir = https://github.com/mithro/libsigrokdecode/tree/master/decoders/ac97
| source_code_dir = decoders/ac97
| image          =  
| image          =  
| input          = logic
| input          = logic
Line 25: Line 25:
Bits are annotated with the correct bit number.
Bits are annotated with the correct bit number.
Slots are correctly annotated.
Slots are correctly annotated.
See https://github.com/mithro/libsigrokdecode/tree/master/decoders/ac97


== Hardware ==
== Hardware ==

Revision as of 15:48, 29 August 2017

ac97
Name AC'97
Description Data from AC'97 digital controller to AC'97 analog codec.
Status In progress
License GPLv2+
Source code decoders/decoders/ac97
Input logic
Output ac97
Probes sync, clk, sdo, sdi
Optional probes
Options

The ac97 protocol decoder (a.k.a. RS232) can decode the AC'97 signal between the digital controller and the audio or modem codec (which contains the audio output / analog components of the architecture).

AC'97 defines a high-quality, 16- or 20-bit audio architecture with 5.1 surround sound support for the PC. AC'97 supports a 96 kHz sampling rate at 20-bit stereo resolution and a 48 kHz sampling rate at 20-bit stereo resolution for multichannel recording and playback.

Status

Bits are annotated with the correct bit number. Slots are correctly annotated.

See https://github.com/mithro/libsigrokdecode/tree/master/decoders/ac97

Hardware

FIXME

Protocol

FIXME

Resources