qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime


From: Bandan Das
Subject: [Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime
Date: Tue, 27 Aug 2013 15:17:12 -0400

Currently, hda-codec mixer emulation can only be enabled by using the
"--enable-mixemu" option to configure at compile time. These patches add 
the option to make it configurable at runtime as well. 

An example usage could be a qemu cmdline  : 
"-device hda-duplex,mixer=(on/off)" although this 
is not part of this change.

Bandan Das (2):
  hda-codec: refactor common definitions into a header file
  hda-codec: make mixemu selectable at runtime

 hw/audio/hda-codec-common.h | 433 ++++++++++++++++++++++++++++++++++++++++
 hw/audio/hda-codec.c        | 472 +++++---------------------------------------
 2 files changed, 479 insertions(+), 426 deletions(-)
 create mode 100644 hw/audio/hda-codec-common.h

-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]