Sign in
qemu
/
qemu
/
9eeb7a1c9531cb3574bfe2c36eb7624802c3ec00
/
hw
/
audio
f703a04
add device_legacy_reset function to prepare for reset api change
by Damien Hedde
· 5 years ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
c435fea
hda-codec: fix recording rate control
by Volker Rümelin
· 5 years ago
df016a1
hda-codec: fix playback rate control
by Volker Rümelin
· 5 years ago
c602699
hw/audio: Remove the "use_broken_id" hack from the AC97 device
by Thomas Huth
· 5 years ago
5893591
audio: remove audio_MIN, audio_MAX
by Kővágó, Zoltán
· 5 years ago
88e47b9
audio: add audiodev properties to frontends
by Kővágó, Zoltán
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 5 years ago
d484205
Include exec/memory.h slightly less
by Markus Armbruster
· 5 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 5 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
0ce5e02
hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev
by Philippe Mathieu-Daudé
· 6 years ago
28605a2
Revert "audio: fix pc speaker init"
by Gerd Hoffmann
· 6 years ago
500016e
trace-events: Shorten file names in comments
by Markus Armbruster
· 6 years ago
85bc585
audio: use qapi AudioFormat instead of audfmt_e
by Kővágó, Zoltán
· 6 years ago
1550b0e
i2c: express dependencies with Kconfig
by Paolo Bonzini
· 6 years ago
a7e2315
isa: express dependencies with kconfig
by Paolo Bonzini
· 6 years ago
bcb129b
build: convert sound.mak to Kconfig
by Paolo Bonzini
· 6 years ago
7c28b92
build: convert pci.mak to Kconfig
by Paolo Bonzini
· 6 years ago
82f5181
kconfig: introduce kconfig files
by Paolo Bonzini
· 6 years ago
2ac4c5f
i2c: have I2C receive operation return uint8_t
by Corey Minyard
· 6 years ago
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
· 6 years ago
154c1d1
es1370: simplify MemoryRegionOps
by Paolo Bonzini
· 6 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
· 7 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 7 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
Next »