We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e13af commit c6fc66bCopy full SHA for c6fc66b
sound/soc/msm/qdsp6v2/q6afe.c
@@ -145,6 +145,8 @@ static int afe_get_cal_hw_delay(int32_t path,
145
struct audio_cal_hw_delay_entry *entry);
146
static int remap_cal_data(struct cal_block_data *cal_block, int cal_index);
147
148
+void mdm_soc_reset_ref(void);
149
+
150
int afe_get_topology(int port_id)
151
{
152
int topology;
@@ -278,7 +280,7 @@ static int32_t afe_callback(struct apr_client_data *data, void *priv)
278
280
pr_debug("%s: reset event = %d %d apr[%pK]\n",
279
281
__func__,
282
data->reset_event, data->reset_proc, this_afe.apr);
-
283
+ mdm_soc_reset_ref();
284
cal_utils_clear_cal_block_q6maps(MAX_AFE_CAL_TYPES,
285
this_afe.cal_data);
286
0 commit comments