Skip to content

Commit f9f2401

Browse files
committed
log: Add dlogi at set_alsa_settings start
Addition of alsactl init made it appear before the initial dlogi call, so we add one before it. Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
1 parent a4cde89 commit f9f2401

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

case-lib/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ restore_settings_via_alsactl()
12361236
set_alsa_settings()
12371237
{
12381238
# This will bring the machine ALSA state to a common known point - a good baseline
1239+
dlogi "Initialising ALSA configuration for $PNAME with alsactl"
12391240
alsactl init
12401241

12411242
# ZEPHYR platform shares same tplg, remove '_ZEPHYR' from platform name

0 commit comments

Comments
 (0)