···75static struct mixer_channel * active_channels[PCM_MIXER_NUM_CHANNELS+1] IBSS_ATTR;
7677/* Number of silence frames to play after all data has played */
78-#define MAX_IDLE_FRAMES (mixer_sampr*3 / mix_frame_size / 4)
79static unsigned int idle_counter = 0;
8081/** Mixing routines, CPU optmized **/
···75static struct mixer_channel * active_channels[PCM_MIXER_NUM_CHANNELS+1] IBSS_ATTR;
7677/* Number of silence frames to play after all data has played */
78+#define MAX_IDLE_FRAMES (mixer_sampr*3 / (mix_frame_size / 4))
79static unsigned int idle_counter = 0;
8081/** Mixing routines, CPU optmized **/