hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/sound/da9055.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * DA9055 ALSA Soc codec driver
34 *
....@@ -6,11 +7,6 @@
67 * Tested on (Samsung SMDK6410 board + DA9055 EVB) using I2S and I2C
78 * Written by David Chen <david.chen@diasemi.com> and
89 * Ashish Chavan <ashish.chavan@kpitcummins.com>
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; either version 2 of the License, or (at your
13
- * option) any later version.
1410 */
1511
1612 #ifndef __SOUND_DA9055_H__