Show
Ignore:
Timestamp:
07/13/22 04:28:14 (2 years ago)
Author:
jwoithe
Message:

ffado-mixer: fix another python 3.10 type checking issue in the m-audio mixer.

Thanks to Salvador O.G. for reporting the problem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/mixer/maudio_bebob.py

    r2828 r2832  
    599599            db = self.hw.getContignuous(path, idx) 
    600600            vol = self.db2vol(db) 
    601             ctl.setValue(vol
     601            ctl.setValue(int(vol)
    602602            ctl.valueChanged.connect(self.updateVolume) 
    603603