Skip to content

Commit 9ec1856

Browse files
committed
ace: kconfig: Enable xrun notifications by default
Change the configuration so that ipc underrun notifications are sent by default. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 0a96f43 commit 9ec1856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config COMP_CHAIN_DMA
5858

5959
config XRUN_NOTIFICATIONS_ENABLE
6060
bool "Enable xrun notification"
61-
default n
61+
default y
6262
depends on IPC_MAJOR_4
6363
help
6464
Enable xrun notifications sending to host

0 commit comments

Comments
 (0)