zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
solaris.c File Reference
#include "config.h"
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
#include <unistd.h>
#include <errno.h>
#include <math.h>
#include "alMain.h"
#include "alu.h"
#include <sys/audioio.h>

Go to the source code of this file.

Functions

void alc_solaris_deinit (void)
 
ALCboolean alc_solaris_init (BackendFuncs *func_list)
 
void alc_solaris_probe (enum DevProbe type)
 
static void solaris_close_playback (ALCdevice *device)
 
static ALCenum solaris_open_playback (ALCdevice *device, const ALCchar *deviceName)
 
static ALCboolean solaris_reset_playback (ALCdevice *device)
 
static ALCboolean solaris_start_playback (ALCdevice *device)
 
static void solaris_stop_playback (ALCdevice *device)
 
static ALuint SolarisProc (ALvoid *ptr)
 

Variables

static const ALCchar solaris_device [] = "Solaris Default"
 
static const char * solaris_driver = "/dev/audio"
 
static const BackendFuncs solaris_funcs
 

Function Documentation

void alc_solaris_deinit ( void  )

Definition at line 266 of file solaris.c.

ALCboolean alc_solaris_init ( BackendFuncs func_list)

Definition at line 258 of file solaris.c.

References ALC_TRUE, ConfigValueStr(), solaris_driver, and solaris_funcs.

void alc_solaris_probe ( enum DevProbe  type)
static void solaris_close_playback ( ALCdevice device)
static

Definition at line 123 of file solaris.c.

References ALCdevice_struct::ExtraData, free, and NULL.

static ALCenum solaris_open_playback ( ALCdevice device,
const ALCchar deviceName 
)
static
static void solaris_stop_playback ( ALCdevice device)
static

Definition at line 221 of file solaris.c.

References ERR, ALCdevice_struct::ExtraData, free, NULL, and StopThread().

Variable Documentation

const ALCchar solaris_device[] = "Solaris Default"
static

OpenAL cross platform audio library Copyright (C) 1999-2007 by authors. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Or go to http://www.gnu.org/copyleft/lgpl.html

Definition at line 40 of file solaris.c.

Referenced by alc_solaris_probe(), and solaris_open_playback().

const char* solaris_driver = "/dev/audio"
static

Definition at line 42 of file solaris.c.

Referenced by alc_solaris_init(), alc_solaris_probe(), and solaris_open_playback().

const BackendFuncs solaris_funcs
static
Initial value:
= {
}
#define NULL
Definition: ftobjs.h:61
static void solaris_stop_playback(ALCdevice *device)
Definition: solaris.c:221
ALint64 ALCdevice_GetLatencyDefault(ALCdevice *device)
Definition: ALc.c:1285
static void solaris_close_playback(ALCdevice *device)
Definition: solaris.c:123
static ALCenum solaris_open_playback(ALCdevice *device, const ALCchar *deviceName)
Definition: solaris.c:98
void ALCdevice_LockDefault(ALCdevice *device)
Definition: ALc.c:1277
static ALCboolean solaris_reset_playback(ALCdevice *device)
Definition: solaris.c:132
static ALCboolean solaris_start_playback(ALCdevice *device)
Definition: solaris.c:203
void ALCdevice_UnlockDefault(ALCdevice *device)
Definition: ALc.c:1281

Definition at line 241 of file solaris.c.

Referenced by alc_solaris_init().