1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 2 /* 3 * Platform data for WM8955 3 * Platform data for WM8955 4 * 4 * 5 * Copyright 2009 Wolfson Microelectronics PLC 5 * Copyright 2009 Wolfson Microelectronics PLC. 6 * 6 * 7 * Author: Mark Brown <broonie@opensource.wolf 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 8 */ 8 */ 9 9 10 #ifndef __WM8955_PDATA_H__ 10 #ifndef __WM8955_PDATA_H__ 11 #define __WM8955_PDATA_H__ 11 #define __WM8955_PDATA_H__ 12 12 13 struct wm8955_pdata { 13 struct wm8955_pdata { 14 /* Configure LOUT2/ROUT2 to drive a sp 14 /* Configure LOUT2/ROUT2 to drive a speaker */ 15 unsigned int out2_speaker:1; 15 unsigned int out2_speaker:1; 16 16 17 /* Configure MONOIN+/- in differential 17 /* Configure MONOIN+/- in differential mode */ 18 unsigned int monoin_diff:1; 18 unsigned int monoin_diff:1; 19 }; 19 }; 20 20 21 #endif 21 #endif 22 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.