Comment 2 for bug 1299514

Revision history for this message
Raymond (superquad-vortex2) wrote :

-99999.99dB mean -inf dB (Mute)

strange to have mute on min volume and mute switch

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 127
  Mono: Playback 0 [0%] [-99999.99dB] [on]

control.10 {
  iface MIXER
  name 'Master Playback Volume'
  value 0
  comment {
   access 'read write'
   type INTEGER
   count 1
   range '0 - 127'
   dbmin -9999999
   dbmax 0
   dbvalue.0 -9999999
  }
 }
 control.11 {
  iface MIXER
  name 'Master Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }