~ubuntu-branches/ubuntu/wily/muse/wily-proposed

« back to all changes in this revision

Viewing changes to muse/driver/alsatimer.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 17:12:54 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111203171254-28b1j4lpb46r5jtl
Tags: 2.0~rc1-1
* New upstream RC release.
* Refresh patches, remove those patches not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
//  alsalib 1.0.7
8
8
//
9
9
//  (C) Copyright 2004 Robert Jonsson (rj@spamatica.se)
 
10
//
 
11
//  This program is free software; you can redistribute it and/or
 
12
//  modify it under the terms of the GNU General Public License
 
13
//  as published by the Free Software Foundation; version 2 of
 
14
//  the License, or (at your option) any later version.
 
15
//
 
16
//  This program is distributed in the hope that it will be useful,
 
17
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
//  GNU General Public License for more details.
 
20
//
 
21
//  You should have received a copy of the GNU General Public License
 
22
//  along with this program; if not, write to the Free Software
 
23
//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
24
//
10
25
//=========================================================
11
26
 
12
27
#ifndef __ALSATIMER_H__
15
30
#include "alsa/asoundlib.h"
16
31
#include "timerdev.h"
17
32
 
 
33
namespace MusECore {
18
34
 
19
35
//---------------------------------------------------------
20
36
//   AlsaTimer
49
65
       void setFindBestTimer(bool b) { findBest = b; }
50
66
};
51
67
 
 
68
} // namespace MusECore
 
69
 
52
70
#endif //__ALSATIMER_H__