File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6060#include "log.h"
6161#if defined(AUDIO_USING_MANAGER ) && defined(AUDIO_BT_AUDIO )
6262 #include "audio_server.h"
63+ #include "sifli_resample.h"
6364#endif
6465#if PKG_USING_VBE_DRC
6566 #include "vbe_eq_drc_api.h"
6667 #define A2DP_VBE_OUT_BUFFER_SIZE 8192
6768#endif
6869
69- #include "sifli_resample.h"
70- static sifli_resample_t * resample ;
71-
7270uint8_t bts2s_avsnk_openFlag ;//0x00:dont open a2dp profile; 0x01:open a2dp profile;
7371uint8_t frms_per_payload ;
7472
@@ -101,7 +99,7 @@ extern bts2_app_stru *bts2g_app_p;
10199
102100
103101#if defined(AUDIO_USING_MANAGER ) && defined(AUDIO_BT_AUDIO )
104-
102+ static sifli_resample_t * resample ;
105103static rt_event_t g_playback_evt ;
106104static rt_thread_t g_playback_thread = NULL ;
107105#define PLAYBACK_GETDATA_EVENT_FLAG (1 << 0)
You can’t perform that action at this time.
0 commit comments