Changeset 1575

Show
Ignore:
Timestamp:
06/15/09 05:29:38 (14 years ago)
Author:
jwoithe
Message:

RME: whitespace fix, clarify some comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/rme/fireface_def.h

    r1574 r1575  
    321321#define FF_DEV_FLASH_OLEVEL_m10dBV             0x00000003 
    322322#define FF_DEV_FLASH_MIC_PHANTOM_ON            0x00000001 
    323 #define FF_DEV_FLASH_WORD_CLOCK_1x              0x00000001 
     323#define FF_DEV_FLASH_WORD_CLOCK_1x             0x00000001 
    324324 
    325325// Structure used by FFADO to keep track of the device status.  This is 
  • trunk/libffado/src/rme/rme_avdevice.cpp

    r1547 r1575  
    2323 */ 
    2424 
    25 #warning RME support is currently useless (detection only) 
     25#warning RME support is at an early development stage and is not functional 
    2626 
    2727#include "rme/rme_avdevice.h" 
     
    173173 
    174174    init_hardware(); 
     175 
     176    // This is just for testing 
    175177    read_device_settings(); 
    176178