~ubuntu-branches/debian/squeeze/libffado/squeeze

« back to all changes in this revision

Viewing changes to src/bebob/focusrite/focusrite_generic.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2009-03-12 17:36:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090312173653-bldzd1ft6dz1jwsf
Tags: 2.0~rc1+svn1539-1
* Initial Debian inclusion, based on Ubuntu (Closes: #501502)
* Bumped standards version
* Limit architecture to i386, amd64 and powerpc
* Add external sources to copyright file
* Make the source package depend on debhelper-7
* Remove Ubuntu's u from libname (libffado.so.0.0.0u)
* Provide generic man pages (redirecting the user to www.ffado.org for now)
* Fix lintian warnings about outdated FSF address and unversioned GPL
  reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "libcontrol/BasicElements.h"
32
32
#include "libcontrol/MatrixMixer.h"
33
33
 
 
34
#include "libutil/SystemTimeSource.h"
 
35
 
34
36
#define FR_PARAM_SPACE_START 0x000100000000LL
35
37
 
36
38
namespace BeBoB {
235
237
 
236
238
    bool setSpecificValueARM(uint32_t id, uint32_t v);
237
239
    bool getSpecificValueARM(uint32_t id, uint32_t *v);
 
240
 
 
241
protected:
 
242
    ffado_microsecs_t m_cmd_time_interval;
 
243
    ffado_microsecs_t m_earliest_next_cmd_time;
238
244
};
239
245
 
240
246
} // namespace Focusrite