Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 #ifndef __SOUND_OPL4_H
0003 #define __SOUND_OPL4_H
0004 
0005 /*
0006  * Global definitions for the OPL4 driver
0007  * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de>
0008  */
0009 
0010 #include <sound/opl3.h>
0011 
0012 struct snd_opl4;
0013 
0014 extern int snd_opl4_create(struct snd_card *card,
0015                unsigned long fm_port, unsigned long pcm_port,
0016                int seq_device,
0017                struct snd_opl3 **opl3, struct snd_opl4 **opl4);
0018 
0019 #endif /* __SOUND_OPL4_H */