summaryrefslogtreecommitdiff
path: root/libs/backends/alsa/alsa_audiobackend.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-04 02:34:58 +0200
committerRobin Gareus <robin@gareus.org>2014-06-04 02:34:58 +0200
commit9658b77327c21d5748604b882f67c5004ffd10ad (patch)
treee67de62436aaa930d199b64f997f4272a14484ba /libs/backends/alsa/alsa_audiobackend.h
parent6d89488d64d44ed4b3283308a583b320300553c8 (diff)
Revert "ALSA backend: separate flags for is-running and should-be-running"
Theoretically one could alter the plugins after a delivery even on a frozen track. ..or even change settings, the ordering and add/remove plugins after the frozen part of a track. We won't go there. Frozen is frozen. this API is not needed after all. This reverts commit 6d89488d64d44ed4b3283308a583b320300553c8.
Diffstat (limited to 'libs/backends/alsa/alsa_audiobackend.h')
-rw-r--r--libs/backends/alsa/alsa_audiobackend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/backends/alsa/alsa_audiobackend.h b/libs/backends/alsa/alsa_audiobackend.h
index cb9e50af10..7ff172efbb 100644
--- a/libs/backends/alsa/alsa_audiobackend.h
+++ b/libs/backends/alsa/alsa_audiobackend.h
@@ -280,8 +280,7 @@ class AlsaAudioBackend : public AudioBackend {
std::string _instance_name;
Alsa_pcmi *_pcmi;
- bool _run; /* keep going or stop, ardour thread */
- bool _active; /* is running, process thread */
+ bool _running;
bool _freewheeling;
void enumerate_midi_devices (std::vector<std::string> &) const;