Changeset 1332

Show
Ignore:
Timestamp:
09/23/08 02:10:33 (15 years ago)
Author:
ppalmers
Message:

re #152: applied the patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/dice_avdevice.cpp

    r1239 r1332  
    766766        } 
    767767 
     768        /* Vendor-specific hacks */ 
     769 
     770        /* Alesis io14 RX0 claims to have six audio channels. Ignore it, just  
     771         * use 8 for Bus1-L+R .. Bus4-L+R. 
     772         */ 
     773        if ((FW_VENDORID_ALESIS == getConfigRom().getNodeVendorId()) && 
     774            (0x00000001 == getConfigRom().getModelId())) { 
     775            nb_audio=8; 
     776        } 
     777 
    768778        // request the channel names 
    769779        diceNameVector names_audio=getRxNameString(i);