Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ALSA9Helpers.cpp File Reference

#include "global.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "ALSA9Helpers.h"
#include "SDL_utils.h"
#include "ALSA9Dynamic.h"
#include "PrefsManager.h"

Defines

#define ALSA_CHECK(x)   if ( err < 0 ) { LOG->Info("ALSA: %s: %s", x, dsnd_strerror(err)); return false; }
#define ALSA_ASSERT(x)   if (err < 0) { LOG->Warn("ALSA: %s: %s", x, dsnd_strerror(err)); }

Functions

CString DeviceName ()

Define Documentation

#define ALSA_ASSERT  )     if (err < 0) { LOG->Warn("ALSA: %s: %s", x, dsnd_strerror(err)); }
 

#define ALSA_CHECK  )     if ( err < 0 ) { LOG->Info("ALSA: %s: %s", x, dsnd_strerror(err)); return false; }
 


Function Documentation

CString DeviceName  )  [static]
 


Generated on Thu Jan 27 20:57:35 2005 for StepMania by doxygen 1.3.7