MIC Services: Difference between revisions
No edit summary |
|||
Line 34: | Line 34: | ||
|- | |- | ||
| 0x000A0040 | | 0x000A0040 | ||
| (u8 input) This is a wrapper for CDCMIC command 0x00030040. | | (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. | ||
|- | |- | ||
| 0x000B0000 | | 0x000B0000 | ||
| This writes an output u8 value to cmdreply indexword[2]. This is a wrapper for CDCMIC command 0x00040000. | | This writes an output u8 value to cmdreply indexword[2]. This is a wrapper for CDCMIC command 0x00040000. This returns the hardware field which is written by MIC command 0x000A0040. | ||
|- | |- | ||
| 0x000C0042 | | 0x000C0042 |