- Timestamp:
- 01/02/07 04:44:46 (16 years ago)
- Files:
-
- trunk/libfreebob/src/bebob/bebob_avdevice.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libfreebob/src/bebob/bebob_avdevice.cpp
r360 r363 796 796 if ( compoundStream ) { 797 797 foundFreq = 798 static_cast< ESamplingFrequency>(798 static_cast< ESamplingFrequency >( 799 799 compoundStream->m_samplingFrequency ); 800 800 } … … 805 805 if ( syncStream ) { 806 806 foundFreq = 807 static_cast< ESamplingFrequency>(807 static_cast< ESamplingFrequency >( 808 808 syncStream->m_samplingFrequency ); 809 809 } … … 819 819 } while ( cmdSuccess 820 820 && ( extStreamFormatCmd.getResponse() == 821 ExtendedStreamFormatCmd::eR_Implemented ) 822 && ( extStreamFormatCmd.getStatus() != 823 ExtendedStreamFormatCmd::eS_NotUsed ) ); 821 ExtendedStreamFormatCmd::eR_Implemented ) ); 824 822 825 823 if ( !cmdSuccess ) {