From: Yaroslav Isakov <yaroslav.isakov@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/3] Allow hw/audio drivers to pass raw DB values to audio/ drivers
Date: Fri, 21 Dec 2018 22:14:42 +0100 [thread overview]
Message-ID: <cover.1545426882.git.yaroslav.isakov@gmail.com> (raw)
This patch series introduces the ability for virtual audio drivers to pass
information about guest-chosen DB values to backend audio drivers.
For now, supported virtual driver is hda-codec, and backend is pulseaudio, as
they both support DB values.
Without these patches, emulated Windows has a very short range of hearable
sound, as range in the guest is much smaller than in Pulseaudio.
Yaroslav Isakov (3):
Allow audio driver to pass DB value to underlying drivers
Pass raw DB values from hda-codec.c to audio driver
If raw DB values are known, use them in paaudio
audio/audio.c | 15 +++++++++++++--
audio/audio.h | 6 ++++--
audio/mixeng.h | 6 ++++--
audio/paaudio.c | 9 +++++++--
hw/audio/ac97.c | 4 ++--
hw/audio/hda-codec-common.h | 2 +-
hw/audio/hda-codec.c | 12 ++++++++++--
hw/audio/lm4549.c | 2 +-
hw/audio/wm8750.c | 18 ++++++++++++------
hw/display/xlnx_dp.c | 3 ++-
hw/usb/dev-audio.c | 6 ++++--
11 files changed, 60 insertions(+), 23 deletions(-)
--
2.18.1
next reply other threads:[~2018-12-21 21:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-21 21:14 Yaroslav Isakov [this message]
2018-12-21 0:21 ` [Qemu-devel] [PATCH 1/3] Allow audio driver to pass DB value to underlying drivers Yaroslav Isakov
2018-12-21 0:25 ` [Qemu-devel] [PATCH 3/3] If raw DB values are known, use them in paaudio Yaroslav Isakov
2018-12-21 20:31 ` [Qemu-devel] [PATCH 2/3] Pass raw DB values from hda-codec.c to audio driver Yaroslav Isakov
2018-12-22 16:46 ` [Qemu-devel] [PATCH 0/3] Allow hw/audio drivers to pass raw DB values to audio/ drivers Yaroslav Isakov
2018-12-26 16:23 ` no-reply
2019-01-07 13:18 ` Gerd Hoffmann
-- strict thread matches above, loose matches on Subject: below --
2018-12-21 20:45 Yaroslav Isakov
2018-12-26 15:41 ` no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1545426882.git.yaroslav.isakov@gmail.com \
--to=yaroslav.isakov@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.