]> Git Repo - qemu.git/commit - hw/audio/gus.c
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
authorEduardo Habkost <[email protected]>
Mon, 8 May 2017 20:57:35 +0000 (17:57 -0300)
committerGerd Hoffmann <[email protected]>
Fri, 19 May 2017 08:48:54 +0000 (10:48 +0200)
commit8a824e4d74213a2da39323304f949c5b4243e1fb
treeb6fe3fa1c164f2429f47594352a1a9f6e14ed96b
parent4c565674a2af027fba977bea8ab1bdf440d0cf63
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 <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Reviewed-by: HervĂ© Poussineau <[email protected]>
Message-id: 20170508205735[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
14 files changed:
arch_init.c
hw/audio/ac97.c
hw/audio/adlib.c
hw/audio/cs4231a.c
hw/audio/es1370.c
hw/audio/gus.c
hw/audio/intel-hda.c
hw/audio/pcspk.c
hw/audio/sb16.c
hw/audio/soundhw.c
hw/ppc/prep.c
include/hw/audio/audio.h [deleted file]
include/hw/audio/soundhw.h [new file with mode: 0644]
vl.c
This page took 0.027745 seconds and 4 git commands to generate.