Loading drivers/char/adsprpc.c +3 −1 Original line number Diff line number Diff line Loading @@ -638,8 +638,10 @@ static int hlosvmperm[1] = {PERM_READ | PERM_WRITE | PERM_EXEC}; static uint32_t kernel_capabilities[FASTRPC_MAX_ATTRIBUTES - FASTRPC_MAX_DSP_ATTRIBUTES] = { 1 1, /* PERF_LOGGING_V2_SUPPORT feature is supported, unsupported = 0 */ 1 /* Fastrpc Driver error code changes present */ }; static inline void fastrpc_pm_awake(struct fastrpc_file *fl, int channel_type); Loading drivers/char/adsprpc_shared.h +1 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,7 @@ struct fastrpc_ioctl_control { }; #define FASTRPC_MAX_DSP_ATTRIBUTES (256) #define FASTRPC_MAX_ATTRIBUTES (257) #define FASTRPC_MAX_ATTRIBUTES (258) #define ASYNC_FASTRPC_CAP (9) struct fastrpc_ioctl_capability { Loading Loading
drivers/char/adsprpc.c +3 −1 Original line number Diff line number Diff line Loading @@ -638,8 +638,10 @@ static int hlosvmperm[1] = {PERM_READ | PERM_WRITE | PERM_EXEC}; static uint32_t kernel_capabilities[FASTRPC_MAX_ATTRIBUTES - FASTRPC_MAX_DSP_ATTRIBUTES] = { 1 1, /* PERF_LOGGING_V2_SUPPORT feature is supported, unsupported = 0 */ 1 /* Fastrpc Driver error code changes present */ }; static inline void fastrpc_pm_awake(struct fastrpc_file *fl, int channel_type); Loading
drivers/char/adsprpc_shared.h +1 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,7 @@ struct fastrpc_ioctl_control { }; #define FASTRPC_MAX_DSP_ATTRIBUTES (256) #define FASTRPC_MAX_ATTRIBUTES (257) #define FASTRPC_MAX_ATTRIBUTES (258) #define ASYNC_FASTRPC_CAP (9) struct fastrpc_ioctl_capability { Loading