11da177e4SLinus Torvalds #ifndef __SOUND_OPL4_H 21da177e4SLinus Torvalds #define __SOUND_OPL4_H 31da177e4SLinus Torvalds 41da177e4SLinus Torvalds /* 51da177e4SLinus Torvalds * Global definitions for the OPL4 driver 61da177e4SLinus Torvalds * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de> 71da177e4SLinus Torvalds * 81da177e4SLinus Torvalds * This program is free software; you can redistribute it and/or modify 91da177e4SLinus Torvalds * it under the terms of the GNU General Public License as published by 101da177e4SLinus Torvalds * the Free Software Foundation; either version 2 of the License, or 111da177e4SLinus Torvalds * (at your option) any later version. 121da177e4SLinus Torvalds * 131da177e4SLinus Torvalds * This program is distributed in the hope that it will be useful, 141da177e4SLinus Torvalds * but WITHOUT ANY WARRANTY; without even the implied warranty of 151da177e4SLinus Torvalds * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 161da177e4SLinus Torvalds * GNU General Public License for more details. 171da177e4SLinus Torvalds * 181da177e4SLinus Torvalds * You should have received a copy of the GNU General Public License 191da177e4SLinus Torvalds * along with this program; if not, write to the Free Software 201da177e4SLinus Torvalds * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 211da177e4SLinus Torvalds */ 221da177e4SLinus Torvalds 231da177e4SLinus Torvalds #include <sound/opl3.h> 241da177e4SLinus Torvalds 25*a42dd420STakashi Iwai struct snd_opl4; 261da177e4SLinus Torvalds 27*a42dd420STakashi Iwai extern int snd_opl4_create(struct snd_card *card, 281da177e4SLinus Torvalds unsigned long fm_port, unsigned long pcm_port, 291da177e4SLinus Torvalds int seq_device, 30*a42dd420STakashi Iwai struct snd_opl3 **opl3, struct snd_opl4 **opl4); 311da177e4SLinus Torvalds 321da177e4SLinus Torvalds #endif /* __SOUND_OPL4_H */ 33