source: roaraudio/roard/include/driver_alsa.h @ 3692:2adc117f02cb

Last change on this file since 3692:2adc117f02cb was 3692:2adc117f02cb, checked in by phi, 14 years ago

added headers needed by alsa driver

File size: 1.3 KB
Line 
1//driver_alsa.h:
2
3/*
4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008-2010
5 *      Copyright (C) Hans-Kristian 'maister' Arntzen - 2010
6 *
7 *  This file is part of roard a part of RoarAudio,
8 *  a cross-platform sound system for both, home and professional use.
9 *  See README for details.
10 *
11 *  This file is free software; you can redistribute it and/or modify
12 *  it under the terms of the GNU General Public License version 3
13 *  as published by the Free Software Foundation.
14 *
15 *  RoarAudio is distributed in the hope that it will be useful,
16 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
17 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 *  GNU General Public License for more details.
19 *
20 *  You should have received a copy of the GNU General Public License
21 *  along with this software; see the file COPYING.  If not, write to
22 *  the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 *  Boston, MA 02110-1301, USA.
24 *
25 */
26
27#ifndef _DRIVER_ALSA_H_
28#define _DRIVER_ALSA_H_
29
30int     driver_alsa_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream);
31ssize_t driver_alsa_write   (struct roar_vio_calls * vio, void *buf, size_t count);
32int     driver_alsa_close   (struct roar_vio_calls * vio);
33
34#endif
35
36//ll
Note: See TracBrowser for help on using the repository browser.