audio-kernel: Add changes to support SSR/PDR
Add changes in audio-pkt,voice_mhi and gpr-lite drivers. Fixing bug in audio_pdr driver w.r.t memory allocation. Change-Id: I6ab7ff13b532921f85e9548341969abd32ee3b6d Signed-off-by: Bharath Tirunagaru <bharatht@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
2f145b55cf
commit
ebf0162590
@@ -29,6 +29,14 @@ enum gpr_subsys_state {
|
||||
};
|
||||
|
||||
|
||||
struct gpr_q6 {
|
||||
//void *pil;
|
||||
atomic_t q6_state;
|
||||
atomic_t modem_state;
|
||||
struct mutex lock;
|
||||
};
|
||||
|
||||
|
||||
/* Version */
|
||||
#define GPR_PKT_VER 0x0
|
||||
|
||||
|
Reference in New Issue
Block a user