1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* 1 /* 3 * Platform data for WM8955 2 * Platform data for WM8955 4 * 3 * 5 * Copyright 2009 Wolfson Microelectronics PLC 4 * Copyright 2009 Wolfson Microelectronics PLC. 6 * 5 * 7 * Author: Mark Brown <broonie@opensource.wolf 6 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> >> 7 * >> 8 * This program is free software; you can redistribute it and/or modify it >> 9 * under the terms of the GNU General Public License as published by the >> 10 * Free Software Foundation; either version 2 of the License, or (at your >> 11 * option) any later version. >> 12 * 8 */ 13 */ 9 14 10 #ifndef __WM8955_PDATA_H__ 15 #ifndef __WM8955_PDATA_H__ 11 #define __WM8955_PDATA_H__ 16 #define __WM8955_PDATA_H__ 12 17 13 struct wm8955_pdata { 18 struct wm8955_pdata { 14 /* Configure LOUT2/ROUT2 to drive a sp 19 /* Configure LOUT2/ROUT2 to drive a speaker */ 15 unsigned int out2_speaker:1; 20 unsigned int out2_speaker:1; 16 21 17 /* Configure MONOIN+/- in differential 22 /* Configure MONOIN+/- in differential mode */ 18 unsigned int monoin_diff:1; 23 unsigned int monoin_diff:1; 19 }; 24 }; 20 25 21 #endif 26 #endif 22 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.