dsp: get excursion logging at afe close for wsa and log data
Trigger xt logging getparam at every playback close and store data. When app queries sys/class node, return stored values and reset to 0 for some params as per app requirement. Change-Id: Ice1a3e9a7e03062390f1c36184a971635e55d450 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
256a85678f
commit
36384ecca2
@@ -494,4 +494,11 @@ struct afe_cmd_remote_lpass_core_hw_devote_request {
|
||||
int afe_vote_lpass_core_hw(uint32_t hw_block_id, char *client_name,
|
||||
uint32_t *client_handle);
|
||||
int afe_unvote_lpass_core_hw(uint32_t hw_block_id, uint32_t client_handle);
|
||||
int afe_get_spk_initial_cal(void);
|
||||
void afe_get_spk_r0(int *spk_r0);
|
||||
void afe_get_spk_t0(int *spk_t0);
|
||||
int afe_get_spk_v_vali_flag(void);
|
||||
void afe_get_spk_v_vali_sts(int *spk_v_vali_sts);
|
||||
void afe_set_spk_initial_cal(int initial_cal);
|
||||
void afe_set_spk_v_vali_flag(int v_vali_flag);
|
||||
#endif /* __Q6AFE_V2_H__ */
|
||||
|
Reference in New Issue
Block a user