projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973fee8
)
hw/ac97: the volume mask is not only 0x1f
author
Marc-André Lureau
<marcandre.lureau@gmail.com>
Tue, 17 Apr 2012 12:32:38 +0000
(14:32 +0200)
committer
syeon.hwang
<syeon.hwang@samsung.com>
Fri, 10 Aug 2012 04:42:25 +0000
(13:42 +0900)
It's a case by case (see Table 66. AC ?97 Baseline Audio Register Map)
Signed-off-by: Marc-Andr? Lureau <marcandre.lureau@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/ac97.c
patch
|
blob
|
history
diff --git
a/hw/ac97.c
b/hw/ac97.c
index cd893c352fbfb4c9679845a455735adb8471fecd..aa1babf5b85f99e689076a288dfccb9bd91652ef 100644
(file)
--- a/
hw/ac97.c
+++ b/
hw/ac97.c
@@
-115,7
+115,6
@@
enum {
#define EACS_VRA 1
#define EACS_VRM 8
-#define VOL_MASK 0x1f
#define MUTE_SHIFT 15
#define REC_MASK 7