~ubuntu-branches/ubuntu/wily/libffado/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/ffado-mixer-motu-fix.patch

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2011-01-24 11:26:14 UTC
  • mfrom: (8.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110124112614-4sqqkml2lm07zgru
Tags: 2.0.99+svn1949-1
* Imported Upstream version 2.0.99+svn1949
* Fixed MIDI channel detection on Echo AudioFire series
* Added support for Mackie Onyx i-Series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -urN libffado-2.0.1+svn1856/support/mixer-qt4/ffado/mixer/motu.py libffado-2.0.1+svn1856.new/support/mixer-qt4/ffado/mixer/motu.py
2
 
--- libffado-2.0.1+svn1856/support/mixer-qt4/ffado/mixer/motu.py        2010-05-28 12:08:11.000000000 +1000
3
 
+++ libffado-2.0.1+svn1856.new/support/mixer-qt4/ffado/mixer/motu.py    2010-08-10 09:05:23.778577007 +1000
4
 
@@ -569,7 +569,7 @@
5
 
 
6
 
         # For the moment none of the "Mk3" (aka Generation-3) devices are
7
 
         # supported by ffado-mixer.
8
 
-        if (self.model==MOTU_MODEL_828mk3 or self.mode==MOTU_MODEL_ULTRALITEmk3 or self.mode==MOTU_MODEL_ULTRALITEmk3_HYB):
9
 
+        if (self.model==MOTU_MODEL_828mk3 or self.model==MOTU_MODEL_ULTRALITEmk3 or self.model==MOTU_MODEL_ULTRALITEmk3_HYB):
10
 
             log.debug("Generation-3 MOTU devices are not yet supported by ffado-mixer")
11
 
             return
12