Le 29/10/2018 à 14:39, Mark Cave-Ayland a écrit :
From: Laurent Vivier <[email protected]>
This is broken as the linux driver seems broken too...
Co-developed-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
---
hw/audio/Makefile.objs | 1 +
hw/audio/asc.c | 446 +++++++++++++++++++++++++++++++++++++++++++++++++
include/hw/audio/asc.h | 48 ++++++
3 files changed, 495 insertions(+)
create mode 100644 hw/audio/asc.c
create mode 100644 include/hw/audio/asc.h
According to above comment, this device is broken.
Is it necessary for Q800 emulation? What happens if you remove it?