diff --git a/soc/pinctrl-lpi.c b/soc/pinctrl-lpi.c index 5d4366ef43..db62f77582 100644 --- a/soc/pinctrl-lpi.c +++ b/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;