#include <twl/snd.h>typedef enum
{
SNDEX_HEADPHONE_UNCONNECT = 0,
SNDEX_HEADPHONE_CONNECT = 1
} SNDEXHeadphone;| SNDEX_HEADPHONE_UNCONNECT | Headphones are not connected. |
|---|---|
| SNDEX_HEADPHONE_CONNECT | Headphones are connected. |
An enumerated type that shows the headphone connection state.
SNDEX_IsConnectedHeadphoneAsync
SNDEX_IsConnectedHeadphone
2008/06/25 Initial version.
CONFIDENTIAL