typedef struct {
kal_uint16 freq1; /* First frequency */
kal_uint16 freq2; /* Second frequency */
kal_uint16 on_duration; /* Tone on duation, in ms unit, 0 for continuous tone */
kal_uint16 off_duration; /* Tone off duation, in ms unit, 0 for end of playing */
kal_int8 next_operation; /* Index of the next tone */
} device_tones_struct;