ALSA backend: code cleanup and scoping and indent

This is combination of clang-format and manual edits.
The latter mainly to add braces and reduce scope of variables.
This commit is contained in:
Robin Gareus 2021-05-16 00:08:03 +02:00
parent 6801c2cac2
commit 14961e6bc7
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 1171 additions and 1104 deletions

View file

@ -20,13 +20,13 @@
#ifndef __libbackend_alsa_audiobackend_h__
#define __libbackend_alsa_audiobackend_h__
#include <string>
#include <vector>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <stdint.h>
#include <pthread.h>
#include <stdint.h>
#include <boost/shared_ptr.hpp>
@ -41,10 +41,10 @@
#include "ardouralsautil/deviceinfo.h"
#include "zita-alsa-pcmi.h"
#include "alsa_rawmidi.h"
#include "alsa_sequencer.h"
#include "alsa_slave.h"
#include "zita-alsa-pcmi.h"
namespace ARDOUR {