diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2017-05-08 17:57:35 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-19 10:48:54 +0200 |
commit | 8a824e4d74213a2da39323304f949c5b4243e1fb (patch) | |
tree | b6fe3fa1c164f2429f47594352a1a9f6e14ed96b /hw/audio/pcspk.c | |
parent | 4c565674a2af027fba977bea8ab1bdf440d0cf63 (diff) | |
download | qemu-8a824e4d74213a2da39323304f949c5b4243e1fb.zip qemu-8a824e4d74213a2da39323304f949c5b4243e1fb.tar.gz qemu-8a824e4d74213a2da39323304f949c5b4243e1fb.tar.bz2 |
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
All the functions in hw/audio/audio.h are called "soundhw_*()"
and live in hw/audio/audiohw.c. Rename the header file for
consistency.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Message-id: 20170508205735.23444-4-ehabkost@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/audio/pcspk.c')
-rw-r--r-- | hw/audio/pcspk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/pcspk.c b/hw/audio/pcspk.c index 9b99358..f643b12 100644 --- a/hw/audio/pcspk.c +++ b/hw/audio/pcspk.c @@ -26,7 +26,7 @@ #include "hw/hw.h" #include "hw/i386/pc.h" #include "hw/isa/isa.h" -#include "hw/audio/audio.h" +#include "hw/audio/soundhw.h" #include "audio/audio.h" #include "qemu/timer.h" #include "hw/timer/i8254.h" |