hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/sound/opl3.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef __SOUND_OPL3_H
23 #define __SOUND_OPL3_H
34
....@@ -6,7 +7,6 @@
67 *
78 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>,
89 * Hannu Savolainen 1993-1996
9
- *
1010 *
1111 * The OPL-3 mode is switched on by writing 0x01, to the offset 5
1212 * of the right side.
....@@ -33,22 +33,6 @@
3333 * The stereo connection bits are located in the FEEDBACK_CONNECTION
3434 * register of the voice (0xC0-0xC8). In 4 OP voices these bits are
3535 * 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
- *
5236 */
5337
5438 #include <sound/core.h>