Changeset 2832 for trunk/libffado/support/mixer-qt4
- Timestamp:
- 07/13/22 04:28:14 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/support/mixer-qt4/ffado/mixer/maudio_bebob.py
r2828 r2832 599 599 db = self.hw.getContignuous(path, idx) 600 600 vol = self.db2vol(db) 601 ctl.setValue( vol)601 ctl.setValue(int(vol)) 602 602 ctl.valueChanged.connect(self.updateVolume) 603 603