Difference between revisions of "Protocol decoder:Ac97"
Jump to navigation
Jump to search
(Adding an AC97) |
(add second link to Intel spec (first link not always working)) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox protocol decoder | {{Infobox protocol decoder | ||
| id = ac97 | | id = ac97 | ||
| name = AC'97 | | name = AC '97 | ||
| description = | | description = Audio and modem control for PC systems. | ||
| status = | | status = supported | ||
| license = GPLv2+ | | license = GPLv2+ | ||
| source_code_dir = | | source_code_dir = ac97 | ||
| image = | | image = [[File:Ac97-zoom-slots.png|250px]] | ||
| input = logic | | input = logic | ||
| output = ac97 | | output = ac97 | ||
| probes = sync, clk | | probes = sync, bit-clk | ||
| optional_probes = | | optional_probes = sdata-out, sdata-in, reset | ||
| options = — | | options = — | ||
}} | }} | ||
The '''ac97''' protocol decoder | 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. | |||
== Resources == | == Resources == | ||
* http:// | * [http://download.intel.com/support/motherboards/desktop/sb/ac97_r23.pdf Intel Audio Codec ‘97 spec] (revision 2.3, 2002) | ||
* | * [https://www.intel.com/content/dam/support/us/en/documents/motherboards/desktop/sb/ac97_r23.pdf Audio Codec ‘97, Intel, component spec] (rev 2.3 rev 1.0 2002, same document different link) | ||
* http://www | * [http://www.ti.com/product/LM4550B TI LM4550B: AC '97 Rev 2.1 Codec] (example codec chip) | ||
[[Category:Protocol decoder]] | [[Category:Protocol decoder]] | ||
[[Category:AC97]] | [[Category:AC97]] |
Latest revision as of 20:11, 20 December 2019
Name | AC '97 |
---|---|
Description | Audio and modem control for PC systems. |
Status | supported |
License | GPLv2+ |
Source code | decoders/ac97 |
Input | logic |
Output | ac97 |
Probes | sync, bit-clk |
Optional probes | sdata-out, sdata-in, reset |
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.
Resources
- Intel Audio Codec ‘97 spec (revision 2.3, 2002)
- Audio Codec ‘97, Intel, component spec (rev 2.3 rev 1.0 2002, same document different link)
- TI LM4550B: AC '97 Rev 2.1 Codec (example codec chip)