Difference between revisions of "MICU:StartSampling"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00100040] |- | 1 | u32 value |} =Response= {| class="wikitable" border="1" |- !...")
 
Line 27: Line 27:
 
=Description=
 
=Description=
 
When the input value is 0, value 1 is written to an u8 MIC module state field. Otherwise, value 0 is written there. Normally the input value is non-zero.
 
When the input value is 0, value 1 is written to an u8 MIC module state field. Otherwise, value 0 is written there. Normally the input value is non-zero.
 +
 +
This command actually isn't "Initialize", this is just the first command Home Menu uses from the same function which called srv_GetServiceHandle(this command isn't used by the sound-app).

Revision as of 02:41, 2 September 2014

Request

Index Word Description
0 Header code [0x00100040]
1 u32 value

Response

Index Word Description
0 Header code
1 Result code

Description

When the input value is 0, value 1 is written to an u8 MIC module state field. Otherwise, value 0 is written there. Normally the input value is non-zero.

This command actually isn't "Initialize", this is just the first command Home Menu uses from the same function which called srv_GetServiceHandle(this command isn't used by the sound-app).