xref: /openbmc/linux/include/sound/cs42l73.h (revision 3d8c8bc0)
13d8c8bc0SBrian Austin /*
23d8c8bc0SBrian Austin  * linux/sound/cs42l73.h -- Platform data for CS42L73
33d8c8bc0SBrian Austin  *
43d8c8bc0SBrian Austin  * Copyright (c) 2012 Cirrus Logic Inc.
53d8c8bc0SBrian Austin  *
63d8c8bc0SBrian Austin  * This program is free software; you can redistribute it and/or modify
73d8c8bc0SBrian Austin  * it under the terms of the GNU General Public License version 2 as
83d8c8bc0SBrian Austin  * published by the Free Software Foundation.
93d8c8bc0SBrian Austin  */
103d8c8bc0SBrian Austin 
113d8c8bc0SBrian Austin #ifndef __CS42L73_H
123d8c8bc0SBrian Austin #define __CS42L73_H
133d8c8bc0SBrian Austin 
143d8c8bc0SBrian Austin struct cs42l73_platform_data {
153d8c8bc0SBrian Austin 	/* RST GPIO */
163d8c8bc0SBrian Austin 	unsigned int reset_gpio;
173d8c8bc0SBrian Austin 	unsigned int chgfreq;
183d8c8bc0SBrian Austin 	int jack_detection;
193d8c8bc0SBrian Austin 	unsigned int mclk_freq;
203d8c8bc0SBrian Austin };
213d8c8bc0SBrian Austin 
223d8c8bc0SBrian Austin #endif /* __CS42L73_H */
23