2 * Copyright (c) 2013 Google, Inc
4 * SPDX-License-Identifier: GPL-2.0+
11 int sound_play(uint32_t msec, uint32_t frequency)
13 sandbox_sdl_sound_start(frequency);
15 sandbox_sdl_sound_stop();
20 int sound_init(const void *blob)
22 return sandbox_sdl_sound_init();