.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Codec driver for ST STA32x 2.1-channel high-efficiency digital audio system |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * based on code from: |
---|
8 | 9 | * Wolfson Microelectronics PLC. |
---|
9 | 10 | * Mark Brown <broonie@opensource.wolfsonmicro.com> |
---|
10 | | - * |
---|
11 | | - * This program is free software; you can redistribute it and/or modify it |
---|
12 | | - * under the terms of the GNU General Public License as published by the |
---|
13 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
14 | | - * option) any later version. |
---|
15 | 11 | */ |
---|
16 | 12 | #ifndef _ASOC_STA_32X_H |
---|
17 | 13 | #define _ASOC_STA_32X_H |
---|