diff --git a/drivers/mxc/hdp/API_Audio.c b/drivers/mxc/hdp/API_Audio.c index b49b0765ae07..f70da60b9861 100644 --- a/drivers/mxc/hdp/API_Audio.c +++ b/drivers/mxc/hdp/API_Audio.c @@ -333,7 +333,7 @@ CDN_API_STATUS CDN_API_AudioAutoConfig(state_struct *state, default: return ret; } - if (state->tmp == 9) { + if (state->tmp == 8) { state->tmp = 0; return CDN_OK; }