.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | #ifndef __SOUND_OPL3_H |
---|
2 | 3 | #define __SOUND_OPL3_H |
---|
3 | 4 | |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
---|
8 | 9 | * Hannu Savolainen 1993-1996 |
---|
9 | | - * |
---|
10 | 10 | * |
---|
11 | 11 | * The OPL-3 mode is switched on by writing 0x01, to the offset 5 |
---|
12 | 12 | * of the right side. |
---|
.. | .. |
---|
33 | 33 | * The stereo connection bits are located in the FEEDBACK_CONNECTION |
---|
34 | 34 | * register of the voice (0xC0-0xC8). In 4 OP voices these bits are |
---|
35 | 35 | * in the second half of the voice. |
---|
36 | | - * |
---|
37 | | - * |
---|
38 | | - * This program is free software; you can redistribute it and/or modify |
---|
39 | | - * it under the terms of the GNU General Public License as published by |
---|
40 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
41 | | - * (at your option) any later version. |
---|
42 | | - * |
---|
43 | | - * This program is distributed in the hope that it will be useful, |
---|
44 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
45 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
46 | | - * GNU General Public License for more details. |
---|
47 | | - * |
---|
48 | | - * You should have received a copy of the GNU General Public License |
---|
49 | | - * along with this program; if not, write to the Free Software |
---|
50 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
51 | | - * |
---|
52 | 36 | */ |
---|
53 | 37 | |
---|
54 | 38 | #include <sound/core.h> |
---|