Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 884cb61b authored by Kogara Naveen Kumar's avatar Kogara Naveen Kumar
Browse files

audio: Modified SSR handling after sub-system shutdown compltes

Changes to make sound card offline after receving sub-system complete event.

Change-Id: I022aa77c2eb19706a448c3fe26be2f9cbcf45bfd
parent dc1728e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;