Merge "soc: Update lpi device state"

此提交包含在:
qctecmdr
2023-08-03 15:35:53 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 3262f56d81

查看文件

@@ -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;