Difference between revisions of "Protocol decoder:Ac97"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m (Uwe Hermann moved page Protocol decoder:AC97 to Protocol decoder:Ac97 without leaving a redirect: PD pages must match the all-lowercase PD directory name in srd (minus the first char, which is always capitalized in MediaWiki).) |
Uwe Hermann (talk | contribs) m |
||
Line 16: | Line 16: | ||
The '''ac97''' protocol decoder can decode the [https://en.wikipedia.org/wiki/AC%2797 AC'97 signal] between the digital controller and the audio or modem codec (which contains the audio output / analog components of the architecture). | The '''ac97''' protocol decoder can decode the [https://en.wikipedia.org/wiki/AC%2797 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 | 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. | ||
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 == | == Status == | ||
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 | See https://github.com/mithro/libsigrokdecode/tree/master/decoders/ac97 | ||
Line 40: | Line 37: | ||
* http://www-mtl.mit.edu/Courses/6.111/labkit/audio.shtml | * http://www-mtl.mit.edu/Courses/6.111/labkit/audio.shtml | ||
* http://www-inst.eecs.berkeley.edu/~cs150/Documents/ac97_r23.pdf | * http://www-inst.eecs.berkeley.edu/~cs150/Documents/ac97_r23.pdf | ||
[[Category:Protocol decoder]] | [[Category:Protocol decoder]] | ||
[[Category:AC97]] | [[Category:AC97]] |
Revision as of 17:57, 2 September 2017
Name | AC'97 |
---|---|
Description | Data from AC'97 digital controller to AC'97 analog codec. |
Status | In progress |
License | GPLv2+ |
Source code | decoders/ac97 |
Input | logic |
Output | ac97 |
Probes | sync, clk, sdo, sdi |
Optional probes | — |
Options | — |
The ac97 protocol decoder 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