Blame bat/alsa.h

Packit 229ac0
/*
Packit 229ac0
 * Copyright (C) 2013-2015 Intel Corporation
Packit 229ac0
 *
Packit 229ac0
 * This program is free software; you can redistribute it and/or modify
Packit 229ac0
 * it under the terms of the GNU General Public License as published by
Packit 229ac0
 * the Free Software Foundation; either version 2 of the License, or
Packit 229ac0
 * (at your option) any later version.
Packit 229ac0
 *
Packit 229ac0
 * This program is distributed in the hope that it will be useful,
Packit 229ac0
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 229ac0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 229ac0
 * GNU General Public License for more details.
Packit 229ac0
 *
Packit 229ac0
 */
Packit 229ac0
Packit 229ac0
extern int retval_play;
Packit 229ac0
extern int retval_record;
Packit 229ac0
Packit 229ac0
void *playback_alsa(struct bat *);
Packit 229ac0
void *record_alsa(struct bat *);