Searched defs:sandbox_sound_priv (Results 1 – 1 of 1) sorted by relevance
29 struct sandbox_sound_priv { struct30 int setup_called; /* Incremented when setup() method is called */31 bool active; /* TX data is being sent */32 int sum; /* Use to sum the provided audio data */33 bool allow_beep; /* true to allow the start_beep() interface */34 int frequency_hz; /* Beep frequency if active, else 0 */
Completed in 3 milliseconds