qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime
@ 2013-08-27 19:17 Bandan Das
  2013-08-27 19:17 ` [Qemu-devel] [PATCH 1/2] hda-codec: refactor common definitions into a header file Bandan Das
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bandan Das @ 2013-08-27 19:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Markus Armbruster

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-08-28 17:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 19:17 [Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime Bandan Das
2013-08-27 19:17 ` [Qemu-devel] [PATCH 1/2] hda-codec: refactor common definitions into a header file Bandan Das
2013-08-28  8:02   ` Markus Armbruster
2013-08-27 19:17 ` [Qemu-devel] [PATCH 2/2] hda-codec: make mixemu selectable at runtime Bandan Das
2013-08-28  9:13 ` [Qemu-devel] [PATCH 0/2] Make mixer emulation configurable " Markus Armbruster
2013-08-28 11:07   ` Paolo Bonzini
2013-08-28 11:33   ` Gerd Hoffmann
2013-08-28 11:45     ` Markus Armbruster
2013-08-28 11:52       ` Gerd Hoffmann
2013-08-28 15:52   ` Bandan Das
2013-08-28 16:37     ` Markus Armbruster
2013-08-28 17:35       ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).