Comment 24 for bug 1487168

Revision history for this message
Raymond (superquad-vortex2) wrote : Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem

control.9 {
   iface MIXER
   name 'Master Playback Switch'
   value.0 true
   value.1 true
   comment {
    access 'read write'
    type BOOLEAN
    count 2
   }
  }
  control.10 {
   iface MIXER
   name 'Master Playback Volume'
   value.0 27
   value.1 27
   comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -4650
    dbmax 0
    dbvalue.0 -600
    dbvalue.1 -600
   }
  }
  control.11 {
   iface MIXER
   name 'Master Mono Playback Switch'
   value true
   comment {
    access 'read write'
    type BOOLEAN
    count 1
   }
  }
  control.12 {
   iface MIXER
   name 'Master Mono Playback Volume'
   value 23
   comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 31'
    dbmin -4650
    dbmax 0
    dbvalue.0 -1200
   }
  }

db range and no of steps of master mono playback volume are different

control.4 {
  iface MIXER
  name 'Master Mono Playback Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 63'
   dbmin -9450
   dbmax 0
   dbvalue.0 -9450
   dbvalue.1 -9450
  }