Statistics
| Branch: | Revision:

root / hw / audio @ 52bb7c6a

Name Size
Makefile.objs 661 Bytes
ac97.c 39 kB
adlib.c 8.6 kB
cs4231.c 4.7 kB
cs4231a.c 20.3 kB
es1370.c 30.3 kB
fmopl.c 35.1 kB
fmopl.h 6.5 kB
gus.c 8.4 kB
gusemu.h 5.3 kB
gusemu_hal.c 22.6 kB
gusemu_mixer.c 11.9 kB
gustate.h 5 kB
hda-codec.c 31 kB
intel-hda-defs.h 22.1 kB
intel-hda.c 39.7 kB
intel-hda.h 2.7 kB
lm4549.c 9 kB
lm4549.h 1 kB
marvell_88w8618.c 8.3 kB
milkymist-ac97.c 8.3 kB
pcspk.c 5.6 kB
pl041.c 16.7 kB
pl041.h 3.4 kB
pl041.hx 2 kB
sb16.c 35 kB
wm8750.c 20.4 kB

Latest revisions

# Date Author Comment
062db740 06/14/2013 04:59 pm Peter Crosthwaite

audio/intel-hda: Fix Inheritance hierachy

The ich6 and ich9 variants either need to inherit one from the other,
or both from a common base class, otherwise its not possible to create
a QOM cast macro for use by the shared implementation functions.
Went for option B, with a common base class....

52bb7c6a 06/14/2013 04:59 pm Peter Crosthwaite

audio/intel-hda: QOM casting sweep

Define and use standard QOM cast macro. Remove usages of DO_UPCAST and
direct -> style casting.

Signed-off-by: Peter Crosthwaite <>
Reviewed-by: Andreas Färber <>
Reviewed-by: Gerd Hoffmann <>...

997aba8e 05/18/2013 03:35 pm Michael Tokarev

remove some double-includes

Some source files #include the same header more than
once for no good reason. Remove second #includes in
such cases.

Signed-off-by: Michael Tokarev <>

98af93fd 04/29/2013 08:16 pm Paolo Bonzini

audio: replace audio card configuration with default-configs

Signed-off-by: Paolo Bonzini <>
Message-id:
Signed-off-by: Anthony Liguori <>

8c444a19 04/29/2013 08:16 pm Paolo Bonzini

adlib: qdev-ify

Signed-off-by: Paolo Bonzini <>
Message-id:
Signed-off-by: Anthony Liguori <>

36cd6f6f 04/29/2013 08:16 pm Paolo Bonzini

audio: remove the need for audio card CONFIG_* symbols

Signed-off-by: Paolo Bonzini <>
Message-id:
Signed-off-by: Anthony Liguori <>

d367ece5 04/29/2013 04:27 pm Andreas Färber

pcspk: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <>
Signed-off-by: Andreas Färber <>
Message-id: ...

399f05a6 04/29/2013 04:27 pm Andreas Färber

sb16: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <>
Signed-off-by: Andreas Färber <>
Message-id: ...

e1fe50dc 04/19/2013 12:36 pm Stefan Weil

Remove unneeded type casts

cpu_physical_memory_read, cpu_physical_memory_write take any pointer
as 2nd argument without needing a type cast.

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Stefan Hajnoczi <>

47b43a1f 04/08/2013 07:13 pm Paolo Bonzini

hw: move private headers to hw/ subdirectories.

Many headers are used only in a single directory. These can be
kept in hw/.

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom