fix: audio 模块的初始化状态不要暴露给外部

This commit is contained in:
2026-03-08 03:03:02 +08:00
parent 5b41eb97cd
commit 850221793f
2 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,7 @@ typedef struct pulse_context_t pulse_context_t;
typedef struct pulse_t {
int volume_percent;
bool mute;
bool inited;
char device_name[254];
char device_name[255];
} pulse_t;
typedef void (*pulse_notify_t)(pulse_t *pulse);