| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
system: dd: add standalone dd command enabling SYSTEM_DD will disable nsh_dd by selecting NSH_DISABLE_DD Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com> | 2 个月前 | |
Minor typo fix Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Minor typo fix Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Minor typo fix Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nxaudio: fix audio stop logic to prevent buffer addition after STOP signal - Ensure AUDIO_STOP via ioctrl is followed by mq_send STOP without race conditions. - Modify loop condition to correctly handle running = false upon receiving STOP signal. - Resolve potential issue where AUDIO_MSG_DEQUEUE could still accept buffers after STOP signal due to timing. Before: - nxaudio_stop would call ioctrl AUDIO_STOP followed by mq_send STOP, which might lead to AUDIO_MSG_DEQUEUE accepting buffers after STOP. After: - Synchronized the sequence of ioctrl AUDIO_STOP and mq_send STOP to prevent buffer addition after STOP. - Enhanced loop condition to accurately reflect the STOP state. Signed-off-by: xinbingnan <xinbingnan@xiaomi.com> | 2 个月前 |