浏览代码

Merge "soc: Update lpi device state"

qctecmdr 1 年之前
父节点
当前提交
3262f56d81
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      soc/pinctrl-lpi.c

+ 3 - 4
soc/pinctrl-lpi.c

@@ -535,12 +535,11 @@ static int lpi_notifier_service_cb(struct notifier_block *this,
 		lpi_dev_up = false;
 		break;
 	case AUDIO_NOTIFIER_SERVICE_UP:
-		if (initial_boot) {
+		if (initial_boot)
 			initial_boot = false;
 
-			lpi_dev_up = true;
-			snd_event_notify(lpi_dev, SND_EVENT_UP);
-		}
+		lpi_dev_up = true;
+		snd_event_notify(lpi_dev, SND_EVENT_UP);
 		break;
 	default:
 		break;