RDMA/rtrs: server: Fix some error return code
[linux/fpc-iii.git] / include / sound / opl4.h
blob9f337148c96534f980087a9e6f0a84c426998ddb
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef __SOUND_OPL4_H
3 #define __SOUND_OPL4_H
5 /*
6 * Global definitions for the OPL4 driver
7 * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de>
8 */
10 #include <sound/opl3.h>
12 struct snd_opl4;
14 extern int snd_opl4_create(struct snd_card *card,
15 unsigned long fm_port, unsigned long pcm_port,
16 int seq_device,
17 struct snd_opl3 **opl3, struct snd_opl4 **opl4);
19 #endif /* __SOUND_OPL4_H */