libffado-2.4.0-crossbar-router-fix.patch 496 B

123456789101112
  1. --- a/support/mixer-qt4/ffado/widgets/crossbarrouter.py 2018-01-11 12:34:10.200777889 +0900
  2. +++ b/support/mixer-qt4/ffado/widgets/crossbarrouter.py 2018-01-11 12:45:13.278911705 +0900
  3. @@ -98,7 +98,7 @@
  4. self.combo.setCurrentIndex(self.combo.findText(src))
  5. else:
  6. self.combo.setCurrentIndex(0)
  7. - self.combo.activated.connect(self.comboCurrentChanged)
  8. + self.combo.activated[str].connect(self.comboCurrentChanged)
  9. def peakValue(self, value):