gharris999 wrote: 
> If I understood you correctly, you wanted me to restore the original
> line of code, recompile, restart and then requested min & max volume
> levels a couple of times.  This is what the log shows:
> > 
Code:
--------------------
  >   > 
  > [14:19:52.766291] set_volume:221 setting vol dB
  > [14:19:52.770915] set_volume:237 PCM left: 0.0dB -> 0 right: 0.0dB -> 0
  > [14:19:52.771344] set_volume:221 setting vol dB
  > [14:19:52.771397] set_volume:237 PCM left: 0.0dB -> 0 right: 0.0dB -> 0
  > [14:20:03.859889] set_volume:221 setting vol dB
  > [14:20:03.859965] set_volume:237 PCM left: -infdB -> 0 right: -infdB -> 0
  > [14:20:03.861039] set_volume:221 setting vol dB
  > [14:20:03.861112] set_volume:237 PCM left: -infdB -> 0 right: -infdB -> 0
  > [14:20:12.076039] set_volume:221 setting vol dB
  > [14:20:12.076119] set_volume:237 PCM left: 0.0dB -> 0 right: 0.0dB -> 0
  > [14:20:12.077262] set_volume:221 setting vol dB
  > [14:20:12.077336] set_volume:237 PCM left: 0.0dB -> 0 right: 0.0dB -> 0
  > [14:20:17.478685] set_volume:221 setting vol dB
  > [14:20:17.478768] set_volume:237 PCM left: -infdB -> 0 right: -infdB -> 0
  > [14:20:17.479888] set_volume:221 setting vol dB
  > [14:20:17.479962] set_volume:237 PCM left: -infdB -> 0 right: -infdB -> 0
  > 
--------------------
> > 

Could you try with this line changed:

Code:
--------------------
    
  -               LOG_DEBUG("setting vol dB");
  +               LOG_DEBUG("setting vol dB [%ld-%ld]", min, max);
  
--------------------


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to