mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/ac97: the volume mask is not only 0x1f
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>
This commit is contained in:
parent
ed2997cdcb
commit
5b72392603
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ enum {
|
|||
#define EACS_VRA 1
|
||||
#define EACS_VRM 8
|
||||
|
||||
#define VOL_MASK 0x1f
|
||||
#define MUTE_SHIFT 15
|
||||
|
||||
#define REC_MASK 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue