mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Prepare for changing audio_pcm_ops dynamically (partially revert r5422)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5435 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9366f41860
commit
35f4b58c7a
11 changed files with 13 additions and 13 deletions
|
@ -423,7 +423,7 @@ static struct audio_option sdl_options[] = {
|
|||
{NULL, 0, NULL, NULL, NULL, 0}
|
||||
};
|
||||
|
||||
static const struct audio_pcm_ops sdl_pcm_ops = {
|
||||
static struct audio_pcm_ops sdl_pcm_ops = {
|
||||
sdl_init_out,
|
||||
sdl_fini_out,
|
||||
sdl_run_out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue