.. | .. |
---|
17 | 17 | frame is 21uS long and is divided into 13 time slots. |
---|
18 | 18 | |
---|
19 | 19 | The AC97 specification can be found at : |
---|
20 | | -http://www.intel.com/p/en_US/business/design |
---|
| 20 | +https://www.intel.com/p/en_US/business/design |
---|
21 | 21 | |
---|
22 | 22 | |
---|
23 | 23 | I2S |
---|
24 | 24 | === |
---|
25 | 25 | |
---|
26 | 26 | I2S is a common 4 wire DAI used in HiFi, STB and portable devices. The Tx and |
---|
27 | | -Rx lines are used for audio transmission, whilst the bit clock (BCLK) and |
---|
| 27 | +Rx lines are used for audio transmission, while the bit clock (BCLK) and |
---|
28 | 28 | left/right clock (LRC) synchronise the link. I2S is flexible in that either the |
---|
29 | 29 | controller or CODEC can drive (master) the BCLK and LRC clock lines. Bit clock |
---|
30 | 30 | usually varies depending on the sample rate and the master system clock |
---|
.. | .. |
---|
49 | 49 | |
---|
50 | 50 | PCM is another 4 wire interface, very similar to I2S, which can support a more |
---|
51 | 51 | flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used |
---|
52 | | -to synchronise the link whilst the Tx and Rx lines are used to transmit and |
---|
| 52 | +to synchronise the link while the Tx and Rx lines are used to transmit and |
---|
53 | 53 | receive the audio data. Bit clock usually varies depending on sample rate |
---|
54 | | -whilst sync runs at the sample rate. PCM also supports Time Division |
---|
| 54 | +while sync runs at the sample rate. PCM also supports Time Division |
---|
55 | 55 | Multiplexing (TDM) in that several devices can use the bus simultaneously (this |
---|
56 | 56 | is sometimes referred to as network mode). |
---|
57 | 57 | |
---|