.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * skl-i2s.h - i2s blob mapping |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2017 Intel Corp |
---|
5 | 6 | * Author: Subhransu S. Prusty < subhransu.s.prusty@intel.com> |
---|
6 | 7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
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. |
---|
15 | 8 | * |
---|
16 | 9 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
17 | | - * |
---|
18 | 10 | */ |
---|
19 | 11 | |
---|
20 | 12 | #ifndef __SOUND_SOC_SKL_I2S_H |
---|
.. | .. |
---|
54 | 46 | struct skl_i2s_config_mclk_ext { |
---|
55 | 47 | u32 mdivctrl; |
---|
56 | 48 | u32 mdivr_count; |
---|
57 | | - u32 mdivr[0]; |
---|
| 49 | + u32 mdivr[]; |
---|
58 | 50 | } __packed; |
---|
59 | 51 | |
---|
60 | 52 | struct skl_i2s_config_blob_signature { |
---|