Changeset 1215
- Timestamp:
- 05/25/08 07:39:22 (14 years ago)
- Files:
-
- branches/libffado-2.0/src/ffadodevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/src/ffadodevice.cpp
r1158 r1215 65 65 if(!m_genericContainer->addElement(new Control::ClockSelect(*this))) { 66 66 debugWarning("failed to add clock source control to container\n"); 67 } 68 // add a generic control for the sample rate selection 69 if(!m_genericContainer->addElement(new Control::SamplerateSelect(*this))) { 70 debugWarning("failed to add sample rate control to container\n"); 67 71 } 68 72 // add a generic control for the nickname