Index: /branches/libffado-2.0/src/ffadodevice.cpp =================================================================== --- /branches/libffado-2.0/src/ffadodevice.cpp (revision 1158) +++ /branches/libffado-2.0/src/ffadodevice.cpp (revision 1215) @@ -65,4 +65,8 @@ if(!m_genericContainer->addElement(new Control::ClockSelect(*this))) { debugWarning("failed to add clock source control to container\n"); + } + // add a generic control for the sample rate selection + if(!m_genericContainer->addElement(new Control::SamplerateSelect(*this))) { + debugWarning("failed to add sample rate control to container\n"); } // add a generic control for the nickname