Line 25: |
Line 25: |
| |- | | |- |
| | 0x00070000 | | | 0x00070000 |
− | | GetEventHandle. This event is signaled by MIC-module when more audio-data is available in shared-mem. | + | | [[MICU:GetEventHandle|GetEventHandle]] |
| |- | | |- |
| | 0x00080040 | | | 0x00080040 |
− | | SetGain(u8 input). This is a wrapper for CDCMIC command 0x00010040. | + | | [[MICU:SetGain|SetGain]] |
| |- | | |- |
| | 0x00090000 | | | 0x00090000 |
− | | GetGain. This is a wrapper for CDCMIC command 0x00020000. | + | | [[MICU:GetGain|GetGain]] |
| |- | | |- |
| | 0x000A0040 | | | 0x000A0040 |
− | | SetBias(u8 input). This is a wrapper for CDCMIC command 0x00030040. 0 = disable recording, 1 = enable recording. When recording is disabled with this, MIC-module writes value 0xFFFF to the output audio sample data in shared-mem, since that's what the [[MIC]] hardware returns here. | + | | [[MICU:SetBias|SetBias]] |
| |- | | |- |
| | 0x000B0000 | | | 0x000B0000 |
− | | GetBias. This is a wrapper for CDCMIC command 0x00040000. | + | | [[MICU:GetBias|GetBias]] |
| |- | | |- |
| | 0x000C0042 | | | 0x000C0042 |