qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Make mixer emulation configurable at runtime
@ 2013-09-05 22:24 Bandan Das
  2013-09-05 22:24 ` [Qemu-devel] [PATCH v2 1/3] hda-codec: refactor common definitions into a header file Bandan Das
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bandan Das @ 2013-09-05 22:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Vassili Karpov (malc), Markus Armbruster,
	Jan Kiszka, Gerd Hoffmann

Currently, hda-codec mixer emulation can only be enabled by using the
"--enable-mixemu" option to configure at compile time with the default
value being off. These patches enable making mixer emulation selectable
at runtime which is more convenient. Consequently, the last patch in this 
series removes the mixemu configuration option.

Example Usage:
1. -device hda-duplex,mixer=off 
2. -device hda-duplex,mixer=on [Default]

v2:
* Add copyright information - Patch 1/3
* Edit description for readability - Patch 1/3
* Catch error paths in instance init functions - Patch 2/3
* Define "mixer" as a bool - Patch 2/3
* Preserve CONFIG_MIXEMU state - Patch 2/3
* Remove the --enable-mixemu configuration option - Patch 3/3

Bandan Das (3):
  hda-codec: refactor common definitions into a header file
  hda-codec: make mixemu selectable at runtime
  audio: remove CONFIG_MIXEMU configure option and enable mixemu by
    default

 configure                   |   8 -
 hw/audio/hda-codec-common.h | 456 ++++++++++++++++++++++++++++++++++++++++++++
 hw/audio/hda-codec.c        | 454 +++----------------------------------------
 3 files changed, 485 insertions(+), 433 deletions(-)
 create mode 100644 hw/audio/hda-codec-common.h

-- 
1.8.1.4

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

end of thread, other threads:[~2013-09-07  3:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 22:24 [Qemu-devel] [PATCH v2 0/3] Make mixer emulation configurable at runtime Bandan Das
2013-09-05 22:24 ` [Qemu-devel] [PATCH v2 1/3] hda-codec: refactor common definitions into a header file Bandan Das
2013-09-05 22:24 ` [Qemu-devel] [PATCH v2 2/3] hda-codec: make mixemu selectable at runtime Bandan Das
2013-09-06  7:25   ` Gerd Hoffmann
2013-09-07  1:39     ` Bandan Das
2013-09-05 22:24 ` [Qemu-devel] [PATCH v2 3/3] audio: remove CONFIG_MIXEMU configure option and enable mixemu by default Bandan Das
2013-09-06  7:35   ` Gerd Hoffmann
2013-09-07  3:42     ` Bandan Das

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).