This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 83eba5823 nxlooper: fix typo in nxlooper
83eba5823 is described below

commit 83eba58232d6c5c77424dce7c1354d326999bb22
Author: chao an <anchao.arc...@bytedance.com>
AuthorDate: Tue Mar 25 21:29:02 2025 +0800

    nxlooper: fix typo in nxlooper
    
    replace CONFIG_O_MULTI_SESSION to CONFIG_AUDIO_MULTI_SESSION
    
    Signed-off-by: chao an <anchao.arc...@bytedance.com>
---
 system/nxlooper/nxlooper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/nxlooper/nxlooper.c b/system/nxlooper/nxlooper.c
index d8a5ec198..3d8404520 100644
--- a/system/nxlooper/nxlooper.c
+++ b/system/nxlooper/nxlooper.c
@@ -577,7 +577,7 @@ static void *nxlooper_loopthread(pthread_addr_t pvarg)
 
             if (ret == OK && plooper->loopstate == NXLOOPER_STATE_RECORDING)
               {
-#ifdef CONFIG_O_MULTI_SESSION
+#ifdef CONFIG_AUDIO_MULTI_SESSION
                 ret = ioctl(plooper->playdev_fd, AUDIOIOC_START,
                             (unsigned long)plooper->pplayses);
 #else

Reply via email to