Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AESinkALSA.cpp File Reference
#include "AESinkALSA.h"
#include "ServiceBroker.h"
#include "cores/AudioEngine/AESinkFactory.h"
#include "cores/AudioEngine/Sinks/alsa/ALSADeviceMonitor.h"
#include "cores/AudioEngine/Sinks/alsa/ALSAHControlMonitor.h"
#include "cores/AudioEngine/Utils/AEELDParser.h"
#include "cores/AudioEngine/Utils/AEUtil.h"
#include "platform/Platform.h"
#include "utils/XTimeUtils.h"
#include "utils/log.h"
#include <algorithm>
#include <limits.h>
#include <set>
#include <sstream>
#include <stdint.h>
#include <string>
#include <sys/utsname.h>

Macros

#define ALSA_OPTIONS   (SND_PCM_NO_AUTO_FORMAT | SND_PCM_NO_AUTO_CHANNELS | SND_PCM_NO_AUTO_RESAMPLE)
 
#define ALSA_MAX_CHANNELS   16
 

Macro Definition Documentation

◆ ALSA_MAX_CHANNELS

#define ALSA_MAX_CHANNELS   16

◆ ALSA_OPTIONS

#define ALSA_OPTIONS   (SND_PCM_NO_AUTO_FORMAT | SND_PCM_NO_AUTO_CHANNELS | SND_PCM_NO_AUTO_RESAMPLE)