Skip to content

Commit d2a8a89

Browse files
softwareckikv2019i
authored andcommitted
audio: ipc4: 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 e4e6001 commit d2a8a89

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)