summaryrefslogtreecommitdiff
path: root/include/linux/m4sensorhub/MemMapAudio.h
blob: 4a874beac3956146f72206c72b82d8852cc33387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*********************************************************************
*
*   Copyright (C) 2012 Motorola, Inc.
*
**********************************************************************

File    : MemMapAudio.h
Purpose :
**********************************************************************/
#ifndef __MEMMAP_AUDIO_H__
#define __MEMMAP_AUDIO_H__
/****************************** Defines *******************************/
typedef struct memMapAudio {
	u8 version;
	u8 enable;
	u16 dummy;
	u32 totalPackets;
} sAudioData;

#define AUDIO_BUFFER_SIZE 800
/**************************** Globals ********************************/


/***************************** Prototypes *****************************/



#endif /* __MEMMAP_AUDIO_H__ */