Changeset 1575
- Timestamp:
- 06/15/09 05:29:38 (14 years ago)
- Files:
-
- trunk/libffado/src/rme/fireface_def.h (modified) (1 diff)
- trunk/libffado/src/rme/rme_avdevice.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/rme/fireface_def.h
r1574 r1575 321 321 #define FF_DEV_FLASH_OLEVEL_m10dBV 0x00000003 322 322 #define FF_DEV_FLASH_MIC_PHANTOM_ON 0x00000001 323 #define FF_DEV_FLASH_WORD_CLOCK_1x 323 #define FF_DEV_FLASH_WORD_CLOCK_1x 0x00000001 324 324 325 325 // Structure used by FFADO to keep track of the device status. This is trunk/libffado/src/rme/rme_avdevice.cpp
r1547 r1575 23 23 */ 24 24 25 #warning RME support is currently useless (detection only)25 #warning RME support is at an early development stage and is not functional 26 26 27 27 #include "rme/rme_avdevice.h" … … 173 173 174 174 init_hardware(); 175 176 // This is just for testing 175 177 read_device_settings(); 176 178