Statistics
| Branch: | Revision:

root / hw / audio @ b8616055

Name Size
Makefile.objs 661 Bytes
ac97.c 39.1 kB
adlib.c 8.9 kB
cs4231.c 4.8 kB
cs4231a.c 20.6 kB
es1370.c 30.3 kB
fmopl.c 35.1 kB
fmopl.h 6.5 kB
gus.c 8.6 kB
gusemu.h 5.3 kB
gusemu_hal.c 22.6 kB
gusemu_mixer.c 11.9 kB
gustate.h 5 kB
hda-codec-common.h 13.6 kB
hda-codec.c 20 kB
intel-hda-defs.h 22.1 kB
intel-hda.c 39.9 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.4 kB
pcspk.c 5.7 kB
pl041.c 16.8 kB
pl041.h 3.4 kB
pl041.hx 2 kB
sb16.c 35.2 kB
wm8750.c 20.4 kB

Latest revisions

# Date Author Comment
7953793c 09/24/2013 11:29 am Bandan Das

hda-codec: refactor common definitions into a header file

Move common defines and structs to a header file.
The next commit will include it twice, once for a device with a
mixer, and once for device without a mixer.

Signed-off-by: Bandan Das <>...

2690e61e 09/24/2013 11:29 am Bandan Das

hda-codec: make mixemu selectable at runtime

Define PARAM so that we have two versions of the "desc_codec
and family" structs. Add a property called "mixer" whose default
value depends on whether CONFIG_MIXEMU is defined or not which
will help us call the appropriate instance init functions....

19b0dfc1 09/24/2013 11:29 am Bandan Das

audio: remove CONFIG_MIXEMU configure option

Signed-off-by: Bandan Das <>
Signed-off-by: Gerd Hoffmann <>

5a93d5c2 09/03/2013 08:31 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  1. By Stefan Weil (6) and others
  2. Via Michael Tokarev
    • mjt/trivial-patches:
      aio / timers: use g_usleep() not sleep()
      adlib: sort offsets in portio registration
      qmp: fix integer usage in examples...
2b21fb57 09/01/2013 06:59 pm Hervé Poussineau

adlib: sort offsets in portio registration

This fixes the following assert when -device adlib is used:
ioport.c:240: portio_list_add: Assertion `pio->offset >= off_last' failed.

Signed-off-by: Hervé Poussineau <>
Signed-off-by: Michael Tokarev <>

fb17dfe0 08/30/2013 10:15 pm Andreas Färber

qdev: Pass size to qbus_create_inplace()

To be passed to object_initialize().

Since commit 39355c3826f5d9a2eb1ce3dc9b4cdd68893769d6 the argument is
void*, so drop some superfluous (BusState *) casts or direct parent
field usages.

Signed-off-by: Andreas Färber <>

ab809e84 08/30/2013 09:14 pm Andreas Färber

intel-hda: Pass size to hda_codec_bus_init()

To be passed to qbus_create_inplace().

Reviewed-by: Wenchao Xia <>
Signed-off-by: Andreas Färber <>

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

baae6725 07/29/2013 10:05 pm Andreas Färber

pl041: Rename pl041_state to PL041State

Reviewed-by: Hu Tao <>
[AF: Split off renaming from QOM cast changes]
Signed-off-by: Andreas Färber <>

b354f03c 07/29/2013 10:05 pm Andreas Färber

pl041: QOM cast cleanup

Introduce a type constant, use QOM casts and rename the parent field.

Reviewed-by: Hu Tao <>
Signed-off-by: Andreas Färber <>

View revisions

Also available in: Atom