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 /vl.c | |
parent | 4c565674a2af027fba977bea8ab1bdf440d0cf63 (diff) |
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 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ int main(int argc, char **argv) #include "migration/block.h" #include "sysemu/tpm.h" #include "sysemu/dma.h" -#include "hw/audio/audio.h" +#include "hw/audio/soundhw.h" #include "audio/audio.h" #include "migration/migration.h" #include "sysemu/cpus.h" |