Sign in
qemu
/
qemu
/
a0fbb9a8bc600063540443258c66c31f31048008
/
hw
/
audio
bd56d37
audio: fix pc speaker init
by Gerd Hoffmann
· 6 years ago
29bc0a6
hw/audio/marvell: Don't include unnecessary i2c.h header file
by Thomas Huth
· 6 years ago
7ec9106
audio/hda: fix guest triggerable assert
by Gerd Hoffmann
· 6 years ago
57ac4a7
fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
by Gerd Hoffmann
· 6 years ago
d436d4e
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
by Mao Zhongyi
· 6 years ago
a8299ec1
audio: use object link instead of qdev property to pass wm8750 reference
by Mao Zhongyi
· 6 years ago
a518333
audio: use TYPE_WM8750 instead of a hardcoded string
by Mao Zhongyi
· 6 years ago
417d430
hw: AC97: make it more QOMconventional
by Li Qiang
· 6 years ago
24f7973
es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT
by Paolo Bonzini
· 6 years ago
cf9270e
es1370: fix ADC_FRAMEADR and ADC_FRAMECNT
by Paolo Bonzini
· 6 years ago
edd7541
fix "Missing break in switch" coverity reports
by Paolo Bonzini
· 7 years ago
154c1d1
es1370: simplify MemoryRegionOps
by Paolo Bonzini
· 7 years ago
67fa1f5
audio/hda: Fix migration
by Dr. David Alan Gilbert
· 7 years ago
cabedbc
audio/hda: fix CID 1393631
by Gerd Hoffmann
· 7 years ago
9d340f6
audio/hda: adjust larger gaps faster
by Gerd Hoffmann
· 7 years ago
3b84967
audio/hda: drop atomics
by Gerd Hoffmann
· 7 years ago
bc753dc
audio/hda: enable new timer code by default.
by Gerd Hoffmann
· 7 years ago
4501ee1
audio/hda: detect output buffer overruns
by Gerd Hoffmann
· 7 years ago
8ced066
audio/hda: tweak timer adjust logic
by Gerd Hoffmann
· 7 years ago
0a373bb
audio/hda: turn some dprintfs into trace points
by Gerd Hoffmann
· 7 years ago
280c1e1
audio/hda: create millisecond timers that handle IO
by Gerd Hoffmann
· 7 years ago
c8c9e10
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
by Philippe Mathieu-Daudé
· 7 years ago
c907323
hw/audio: Fix crashes when devices are used on ISA bus without DMA
by Thomas Huth
· 7 years ago
8ec660b
hw/audio/sb16.c: change dolog() to qemu_log_mask()
by John Arbuckle
· 7 years ago
7ab14c5
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
by Philippe Mathieu-Daudé
· 7 years ago
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
09db4d3
misc: remove old i386 dependency
by Philippe Mathieu-Daudé
· 7 years ago
47181f5
misc: remove headers implicitly included
by Philippe Mathieu-Daudé
· 7 years ago
e9808d0
hw: use "qemu/osdep.h" as first #include in source files
by Philippe Mathieu-Daudé
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
a6b0bdc
audio: intel-hda: do not use old_mmio accesses
by Matt Parker
· 7 years ago
4bb3893
wm8750: add record buffer underrun check
by Gerd Hoffmann
· 7 years ago
668c2d1
pcspk: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 8 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 8 years ago
639b49e
audio/adlib: remove limitation of one adlib card
by Hervé Poussineau
· 8 years ago
c57fbf5
audio/fmopl: modify timer callback to give opaque and channel parameters in two arguments
by Hervé Poussineau
· 8 years ago
8a824e4
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
by Eduardo Habkost
· 8 years ago
4c56567
audio: Rename audio_init() to soundhw_init()
by Eduardo Habkost
· 8 years ago
ca89f72
audio: Move arch_init audio code to hw/audio/soundhw.c
by Eduardo Habkost
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
9ea5ada
audio: Use ARRAY_SIZE from qemu/osdep.h
by Juan Quintela
· 8 years ago
d52ccc0
audio: un-export OPLResetChip
by Juan Quintela
· 8 years ago
3fab7b6
audio: Remove unused typedefs
by Juan Quintela
· 8 years ago
b3b4091
audio: UpdateHandler is not used anymore
by Juan Quintela
· 8 years ago
e14e09c
audio: IRQHandler is not used anymore
by Juan Quintela
· 8 years ago
ade3398
audio: OPLSetUpdateHandler is not used anywhere
by Juan Quintela
· 8 years ago
17a1694
audio: OPLSetIRQHandler is not used anywhere
by Juan Quintela
· 8 years ago
135f5ae
audio: GUSsample is int16_t
by Juan Quintela
· 8 years ago
4bf7792a
audio: GUSword is uint16_t
by Juan Quintela
· 8 years ago
1c742f2
audio: GUSword is uint16_t
by Juan Quintela
· 8 years ago
222e035
audio: remove GUSchar
by Juan Quintela
· 8 years ago
0af81c5
audio: GUSbyte is uint8_t
by Juan Quintela
· 8 years ago
9887e22
audio: Remove unused fields
by Juan Quintela
· 8 years ago
8f7e2c2
audio: Remove type field
by Juan Quintela
· 8 years ago
7852b53
audio: Remove Unused OPL_TYPE_*
by Juan Quintela
· 8 years ago
8ec734d
audio: Unfold OPLSAMPLE
by Juan Quintela
· 8 years ago
7f643fb
audio: Remove INT32
by Juan Quintela
· 8 years ago
7bf10b1
audio: remove INT16
by Juan Quintela
· 8 years ago
d2a4a01
audio: Remove INT8
by Juan Quintela
· 8 years ago
3795f18
audio: remove UINT32
by Juan Quintela
· 8 years ago
d8586af
audio: remove UINT16
by Juan Quintela
· 8 years ago
4a796e9
audio: Remove UINT8
by Juan Quintela
· 8 years ago
882ab9d
audio: YM3812 was always defined
by Juan Quintela
· 8 years ago
2004429
audio: Remove YM3526 support
by Juan Quintela
· 8 years ago
b6c6919
audio: remove Y8950 configuration
by Juan Quintela
· 8 years ago
68883a4
adlib: Remove support for YMF262
by Juan Quintela
· 8 years ago
5eaa8e1
hw/audio: convert exit callback in HDACodecDeviceClass to void
by Zihan Yang
· 8 years ago
8ac5535
hw/audio: replace exit with unrealize in hda_codec_device_class_init
by Zihan Yang
· 8 years ago
11f547e
es1370: wire up reset via DeviceClass
by Gerd Hoffmann
· 8 years ago
12351a9
audio: ac97: add exit function
by Li Qiang
· 8 years ago
069eb7b
audio: es1370: add exit function
by Li Qiang
· 8 years ago
8becab9
hw/audio: QOM'ify pl041.c
by xiaoqiang zhao
· 8 years ago
c025d0a
hw/audio: QOM'ify marvell_88w8618.c
by xiaoqiang zhao
· 8 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
04e27c6
migration/pcspk: Add a property to state if pcspk is migrated
by Dr. David Alan Gilbert
· 8 years ago
0c0fc2b
audio: intel-hda: check stream entry count during transfer
by Prasad J Pandit
· 8 years ago
39c88f5
pcspk: adding vmstate for save/restore
by Pavel Dovgalyuk
· 8 years ago
e305a16
portio: keep references on portio
by Marc-André Lureau
· 9 years ago
e723b87
trace-events: fix first line comment in trace-events
by Laurent Vivier
· 9 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 9 years ago
2a6a407
Clean up ill-advised or unusual header guards
by Markus Armbruster
· 9 years ago
1108b2f
pci: Convert msi_init() to Error and fix callers to check it
by Cao jin
· 9 years ago
c0f2abf
intel-hda: change msi property type
by Cao jin
· 9 years ago
8a0b4de
pcspk: fix KVM
by Paolo Bonzini
· 9 years ago
873b4d3
pcspk: convert "pit" property type from ptr to link
by Efimov Vasily
· 9 years ago
b0ad00b
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
7e13ea5
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into staging
by Peter Maydell
· 9 years ago
92fe6af
trace: split out trace events for hw/audio/ directory
by Daniel P. Berrange
· 9 years ago
6dbbe24
milkymist: update specification URLs
by Michael Walle
· 9 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
b988a65
audio: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
c00dc67
replace muldiv64(a, b, c) by (uint64_t)a * b / c
by Laurent Vivier
· 9 years ago
07b9098
hw/audio: QOM'ify milkymist-ac97.c
by xiaoqiang zhao
· 9 years ago
bda8d9b
hw/audio: QOM'ify intel-hda
by xiaoqiang zhao
· 9 years ago
e19202a
hw/audio: QOM cleanup for intel-hda
by xiaoqiang zhao
· 9 years ago
ff2df54
hw/audio: QOM'ify cs4231.c
by xiaoqiang zhao
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
Next »