#include "Alsa.hpp"
#include "AlsaSoundCard.hpp"
#include "../libH/Debug.hpp"
#include "../libH/Exception.hpp"
#include "../libH/stringconverter.hpp"
#include "../libH/UtilTime.hpp"
#include <boost/format.hpp>
#include <boost/thread/thread.hpp>
Go to the source code of this file.
Defines | |
#define | CARD_NAME_UNKNOWN "Unknown" |
Text that gets applied if a card's name is not known. | |
#define | ALSA_FAST_CALLS_BUG 5000000 |
Work around for a bug in Alsa. | |
#define | POLL_TIMEOUT 1000 |
Poll timeout in milliseconds. |
Definition in file AlsaSoundCard.cpp.