correctly declare AVSYNC_TYPE

This commit is contained in:
Stefan Seyfried
2012-07-28 22:51:29 +02:00
parent 5583233e9e
commit 84ee47fd7f
10 changed files with 33 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
#define _AUDIO_TD_H_
#include <hardware/aud/aud_inf.h>
#include "../common/cs_types.h"
typedef enum
{
@@ -78,7 +79,6 @@ class cAudio
int Stop(void);
bool Pause(bool Pcm = true);
void SetStreamType(AUDIO_FORMAT type);
#define AVSYNC_TYPE int
void SetSyncMode(AVSYNC_TYPE Mode);
/* select channels */