diff options
Diffstat (limited to 'include/sound/wm8962.h')
| -rw-r--r-- | include/sound/wm8962.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sound/wm8962.h b/include/sound/wm8962.h index 79e6d427b858..f777225732f8 100644 --- a/include/sound/wm8962.h +++ b/include/sound/wm8962.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * wm8962.h -- WM8962 Soc Audio driver platform data - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef _WM8962_PDATA_H @@ -37,6 +34,7 @@ #define WM8962_GPIO_FN_MICSCD 22 struct wm8962_pdata { + struct clk *mclk; int gpio_base; u32 gpio_init[WM8962_MAX_GPIO]; |
