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

Commit d6b62941 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

asoc: wsa881x: Update break after post_fs event



Update missing break after post_fs event handling.

Change-Id: I50894d21445c501366298e8ee8f1f66b854ac44f
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 3adccae5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1395,6 +1395,7 @@ static int wsa881x_event_notify(struct notifier_block *nb,
			snd_soc_component_update_bits(wsa881x->component,
					      WSA881X_SPKR_DRV_EN,
					      0x80, 0x80);
		break;
	default:
		break;
	}