Skip to content
Snippets Groups Projects
Commit 1315d45a authored by Satish kumar sugasi's avatar Satish kumar sugasi
Browse files

Enable FM SSR support

This invoke SSR cleanup when h/w error event happens

Change-Id: I64db56b6ab21ff737fb8da244a33d1e835a4ce63
parent 649b990a
No related branches found
No related tags found
No related merge requests found
......@@ -265,8 +265,7 @@ static int read_fm_event(int fd, FM_EVT_HDR *pbuf, int len)
} else if (pbuf->evt_code == FM_HW_ERR_EVENT) {
ALOGI("%s: FM H/w Err Event Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
lib_running =0;
// commented till bt vendor include added
// fm_vnd_if->ssr_cleanup(0x22);
fm_vnd_if->ssr_cleanup(0x22);
} else {
ALOGI("%s: Not CS/CC Event: Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
evt_type = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment