root/trunk/libffado/support/mixer-qt4/configtest.cfg

Revision 1501, 0.5 kB (checked in by ppalmers, 15 years ago)

fix merge issues with the QT4 mixer

Line 
1 ieee1394 :
2 {
3   min_split_timeout_usecs = 1000000;
4   isomanager :
5   {
6     iso_receive_mode = 0;
7   };
8 };
9
10 device_definitions = (
11   {
12     vendorid = 0xAAC;
13     modelid = 0x3;
14     vendorname = "TerraTec Electronic GmbH";
15     modelname = "Phase 88 FW";
16     driver = 1;
17   },
18   {
19     vendorid = 0x130E;
20     modelid = 0x3;
21     vendorname = "Focusrite";
22     modelname = "Saffire Pro26IO";
23     driver = 1;
24   },
25   {
26     vendorid = 0x1486;
27     modelid = 0xAF2;
28     vendorname = "Echo";
29     modelname = "AudioFire2";
30     driver = 2;
31   }
32 );
Note: See TracBrowser for help on using the browser.