2 * wm97xx client interface
4 * Copyright (C) 2017 Robert Jarzmik
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
12 #ifndef __LINUX_MFD_WM97XX_H
13 #define __LINUX_MFD_WM97XX_H
16 struct wm97xx_batt_pdata
;
19 struct wm97xx_platform_data
{
20 struct snd_ac97
*ac97
;
21 struct regmap
*regmap
;
22 struct wm97xx_batt_pdata
*batt_pdata
;