mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Make audio_pcm_opsstatic const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5422 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d4a9eb1fc6
commit
8869defe62
11 changed files with 14 additions and 14 deletions
|
@ -145,7 +145,7 @@ static void no_audio_fini (void *opaque)
|
|||
(void) opaque;
|
||||
}
|
||||
|
||||
static struct audio_pcm_ops no_pcm_ops = {
|
||||
static const struct audio_pcm_ops no_pcm_ops = {
|
||||
no_init_out,
|
||||
no_fini_out,
|
||||
no_run_out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue