forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/soc/intel/skylake/skl-i2s.h
....@@ -1,20 +1,12 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * skl-i2s.h - i2s blob mapping
34 *
45 * Copyright (C) 2017 Intel Corp
56 * Author: Subhransu S. Prusty < subhransu.s.prusty@intel.com>
67 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; version 2 of the License.
10
- *
11
- * This program is distributed in the hope that it will be useful, but
12
- * WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * General Public License for more details.
158 *
169 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
- *
1810 */
1911
2012 #ifndef __SOUND_SOC_SKL_I2S_H
....@@ -54,7 +46,7 @@
5446 struct skl_i2s_config_mclk_ext {
5547 u32 mdivctrl;
5648 u32 mdivr_count;
57
- u32 mdivr[0];
49
+ u32 mdivr[];
5850 } __packed;
5951
6052 struct skl_i2s_config_blob_signature {