Browse Source

Merge "asoc: codecs: wsa883x: remove handling for pre ssr event"

qctecmdr 1 year ago
parent
commit
b2b013a2b6
1 changed files with 2 additions and 7 deletions
  1. 2 7
      asoc/codecs/wsa883x/wsa883x.c

+ 2 - 7
asoc/codecs/wsa883x/wsa883x.c

@@ -1598,15 +1598,10 @@ static int wsa883x_event_notify(struct notifier_block *nb,
 		return -EINVAL;
 
 	switch (event) {
-	case BOLERO_SLV_EVT_PA_OFF_PRE_SSR:
-		if (test_bit(SPKR_STATUS, &wsa883x->status_mask))
-			snd_soc_component_update_bits(wsa883x->component,
-						WSA883X_PA_FSM_CTL,
-						0x01, 0x00);
+	case BOLERO_SLV_EVT_SSR_UP:
 		wsa883x_swr_down(wsa883x);
-		break;
+		usleep_range(500, 510);
 
-	case BOLERO_SLV_EVT_SSR_UP:
 		wsa883x_swr_up(wsa883x);
 		/* Add delay to allow enumerate */
 		usleep_range(20000, 20010);