mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
9d7a58f6a7
Besides updating to a newer version the update adds the AC97 ICH driver
and addresses shortcomings with the OpenBSD emulation environment:
* Fix 'delay(9)' implementation - it now properly uses 'us' as unit,
which results on faster initialization of the drivers.
* Fix LOG output that got lost during commit f23579532
and bring over
the printf implementation from dde_linux for more structured
printing.
* As said the driver now recognizes the AUICH devices. So far it was
only tested with the device model in VirtualBox where it produces
stuttering audio, investigating the cause is still ongoing.
Fixes #3641.
18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
sys/dev/audio.c
|
|
sys/dev/audio_if.h
|
|
sys/dev/pci/auich.c
|
|
sys/dev/pci/azalia.c
|
|
sys/dev/pci/azalia.h
|
|
sys/dev/pci/azalia_codec.c
|
|
sys/dev/pci/eap.c
|
|
sys/dev/pci/eapreg.h
|
|
sys/dev/pci/pcidevs.h
|
|
sys/dev/pci/pcidevs_data.h
|
|
sys/dev/mulaw.c
|
|
sys/dev/mulaw.h
|
|
sys/dev/ic/ac97.c
|
|
sys/dev/ic/ac97.h
|
|
sys/sys/audioio.h
|
|
sys/sys/device.h
|
|
sys/sys/queue.h
|