Difference between revisions of "MICU:SetPower"

From 3dbrew
Jump to navigation Jump to search
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8, bias (0 = disable recording, 1 = enable recording)
+
| u8, power (0 = off, 1 = on)
 
|}
 
|}
  

Latest revision as of 03:00, 7 November 2015

Request[edit]

Index Word Description
0 Header code [0x000A0040]
1 u8, power (0 = off, 1 = on)

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This is a wrapper for CDCMIC command 0x00030040. 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.