zenilib
0.5.3.0
|
#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 |
ALCboolean alc_solaris_init | ( | BackendFuncs * | func_list | ) |
Definition at line 258 of file solaris.c.
References ALC_TRUE, ConfigValueStr(), solaris_driver, and solaris_funcs.
Definition at line 270 of file solaris.c.
References ALL_DEVICE_PROBE, AppendAllDevicesList(), CAPTURE_DEVICE_PROBE, solaris_device, and solaris_driver.
Definition at line 123 of file solaris.c.
References ALCdevice_struct::ExtraData, free, and NULL.
Definition at line 98 of file solaris.c.
References ALC_INVALID_VALUE, ALC_NO_ERROR, calloc, ALCdevice_struct::DeviceName, ERR, ALCdevice_struct::ExtraData, free, solaris_device, solaris_driver, and strdup().
|
static |
Definition at line 132 of file solaris.c.
References ALC_FALSE, ALC_TRUE, BytesFromDevFmt(), ChannelsFromDevFmt(), DevFmtByte, DevFmtFloat, DevFmtInt, DevFmtMono, DevFmtShort, DevFmtStereo, DevFmtTypeString(), DevFmtUByte, DevFmtUInt, DevFmtUShort, ERR, ALCdevice_struct::ExtraData, ALCdevice_struct::FmtChans, ALCdevice_struct::FmtType, ALCdevice_struct::Frequency, ALCdevice_struct::NumUpdates, SetDefaultChannelOrder(), and ALCdevice_struct::UpdateSize.
|
static |
Definition at line 203 of file solaris.c.
References ALC_FALSE, ALC_TRUE, calloc, ALCdevice_struct::ExtraData, ALCdevice_struct::FmtChans, ALCdevice_struct::FmtType, FrameSizeFromDevFmt(), free, NULL, SolarisProc(), StartThread(), and ALCdevice_struct::UpdateSize.
Definition at line 221 of file solaris.c.
References ERR, ALCdevice_struct::ExtraData, free, NULL, and StopThread().
Definition at line 54 of file solaris.c.
References ALCdevice_Lock, ALCdevice_Unlock, aluHandleDisconnect(), aluMixData(), ALCdevice_struct::Connected, ERR, ALCdevice_struct::ExtraData, ALCdevice_struct::FmtChans, ALCdevice_struct::FmtType, FrameSizeFromDevFmt(), SetRTPriority(), and Sleep.
Referenced by solaris_start_playback().
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().
|
static |
Definition at line 42 of file solaris.c.
Referenced by alc_solaris_init(), alc_solaris_probe(), and solaris_open_playback().
|
static |
Definition at line 241 of file solaris.c.
Referenced by alc_solaris_init().