Changeset 845 for trunk/libffado/src/libavc
- Timestamp:
- 01/13/08 11:15:21 (15 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/libavc/audiosubunit/avc_function_block.cpp
r824 r845 218 218 bStatus &= de.read( &m_statusSelector ); 219 219 220 // same here 221 //m_statusSelector = eSS_Level; 222 m_statusSelector = eSS_ProgramableState; 223 220 224 byte_t data_length_hi; 221 225 byte_t data_length_lo; trunk/libffado/src/libavc/audiosubunit/avc_function_block.h
r824 r845 68 68 /////////////////////////////////////////// 69 69 70 /* 71 * The enhanced mixer feature function block is not 72 * working on all current BeBoB devices. This code 73 * is there for not really tested or even working. 74 */ 70 75 class FunctionBlockProcessingEnhancedMixer: public IBusData 71 76 {