Merge "audio: Modified SSR handling after sub-system shutdown compltes"

This commit is contained in:
qctecmdr 2022-09-08 22:59:08 -07:00 committed by Gerrit - the friendly Code Review server
commit 44851c8643

View File

@ -423,7 +423,7 @@ static int audio_notifier_convert_opcode(unsigned long opcode,
int ret = 0;
switch (opcode) {
case SUBSYS_BEFORE_SHUTDOWN:
case SUBSYS_AFTER_SHUTDOWN:
case SERVREG_NOTIF_SERVICE_STATE_DOWN_V01:
*notifier_opcode = AUDIO_NOTIFIER_SERVICE_DOWN;
break;