2012-05-06 20:14:38 +00:00
|
|
|
/* Copyright (C) 2011, 2012 The uOFW team
|
|
|
|
See the file COPYING for copying permission.
|
|
|
|
*/
|
|
|
|
|
2012-08-23 13:37:32 +00:00
|
|
|
/**
|
|
|
|
* @author artart78
|
|
|
|
* @version 6.60
|
|
|
|
*
|
|
|
|
* The codec.prx module RE'ing.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "common_header.h"
|
2012-05-06 20:14:38 +00:00
|
|
|
|
2012-04-17 19:03:41 +00:00
|
|
|
int sceCodecOutputEnable(int arg0, int arg1);
|
2012-05-06 20:14:38 +00:00
|
|
|
int sceCodecSetOutputVolume(int reg);
|
|
|
|
int sceCodecSetHeadphoneVolume(int arg0);
|
|
|
|
int sceCodecSetSpeakerVolume(int arg0);
|
|
|
|
int sceCodecSetVolumeOffset(char arg0);
|
|
|
|
int sceCodecOutputDisable(void);
|
2012-04-17 19:03:41 +00:00
|
|
|
int sceCodec_driver_FCA6D35B(int freq);
|
2012-05-06 20:14:38 +00:00
|
|
|
int sceCodec_driver_6FFC0FA4(char arg0);
|
2012-04-17 19:03:41 +00:00
|
|
|
int sceCodec_driver_A88FD064(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5);
|
|
|
|
int sceCodec_driver_277DFFB6(void);
|
|
|
|
void sceCodec_driver_376399B6(int enable);
|
2012-05-06 20:14:38 +00:00
|
|
|
int sceCodecSelectVolumeTable(int arg0);
|
|
|
|
int sceCodec_driver_E61A4623(void);
|
|
|
|
int sceCodec_driver_FC355DE0(void);
|
2012-04-17 19:03:41 +00:00
|
|
|
|