Comment 8 for bug 1357928

Revision history for this message
Raymond (superquad-vortex2) wrote : Re: [HDA-Intel - HDA Intel MID, playback] volume slider problem - Slide to bottom and sound stays off even when slider moved up again

the bug is
dB min of virtual Master playback volume is different from it slaves

state.MID {
 control.1 {
  iface MIXER
  name 'PCM Playback Volume'
  value.0 55
  value.1 55
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 127'
   dbmin -9525
   dbmax 0
   dbvalue.0 -5400
   dbvalue.1 -5400
  }
 }
 control.2 {
  iface MIXER
  name 'PCM Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.3 {
  iface MIXER
  name 'Headphone Playback Volume'
  value.0 127
  value.1 127
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 127'
   dbmin -9525
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.4 {
  iface MIXER
  name 'Headphone Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.5 {
  iface MIXER
  name 'Speaker Playback Volume'
  value.0 127
  value.1 127
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 127'
   dbmin -9525
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.6 {
  iface MIXER
  name 'Speaker Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }

 control.17 {
  iface MIXER
  name 'Master Playback Volume'
  value 43
  comment {
   access 'read write'
   type INTEGER
   count 1
   range '0 - 127'
   dbmin -9999999
   dbmax 0
   dbvalue.0 -6300
  }
 }