forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/sound/soc/intel/atom/sst-atom-controls.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * sst-atom-controls.h - Intel MID Platform driver header file
34 *
....@@ -7,17 +8,7 @@
78 * Samreen Nilofer <samreen.nilofer@intel.com>
89 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
910 *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation; version 2 of the License.
13
- *
14
- * This program is distributed in the hope that it will be useful, but
15
- * WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
- * General Public License for more details.
18
- *
1911 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
- *
2112 */
2213
2314 #ifndef __SST_ATOM_CONTROLS_H__
....@@ -419,7 +410,7 @@
419410 struct sst_cmd_set_params {
420411 struct sst_destination_id dst;
421412 u16 command_id;
422
- char params[0];
413
+ char params[];
423414 } __packed;
424415
425416