Blame ld10k1/src/ld10k1_fnc1.h

Packit 427e91
/*
Packit 427e91
 *  EMU10k1 loader
Packit 427e91
 *
Packit 427e91
 *  Copyright (c) 2003,2004 by Peter Zubaj
Packit 427e91
 *
Packit 427e91
 *   This program is free software; you can redistribute it and/or modify
Packit 427e91
 *   it under the terms of the GNU General Public License as published by
Packit 427e91
 *   the Free Software Foundation;  either version 2 of the License, or
Packit 427e91
 *   (at your option) any later version.
Packit 427e91
 *
Packit 427e91
 *   This program is distributed in the hope that it will be useful,
Packit 427e91
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 427e91
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 427e91
 *   GNU General Public License for more details.
Packit 427e91
 *
Packit 427e91
 *   You should have received a copy of the GNU General Public License
Packit 427e91
 *   along with this program; if not, write to the Free Software
Packit 427e91
 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit 427e91
 *
Packit 427e91
 */
Packit 427e91
Packit 427e91
#ifndef __LD10K1_FNC1_H
Packit 427e91
#define __LD10K1_FNC1_H
Packit 427e91
Packit 427e91
#include "comm.h"
Packit 427e91
Packit 427e91
extern ld10k1_dsp_mgr_t dsp_mgr;
Packit 427e91
Packit 427e91
int main_loop(comm_param *param, int audigy, const char *card_id, int tram_size, snd_ctl_t *ctlp);
Packit 427e91
Packit 427e91
int send_response_ok(int conn_num);
Packit 427e91
int send_response_err(int conn_num, int err);
Packit 427e91
int send_response_wd(int conn_num, void *data, int data_size);
Packit 427e91
Packit 427e91
#endif /* __LD10K1_FNC1_H */