1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * linux/sound/rt286.h -- Platform data for RT 2 * linux/sound/rt286.h -- Platform data for RT286 4 * 3 * 5 * Copyright 2013 Realtek Microelectronics 4 * Copyright 2013 Realtek Microelectronics >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify >> 7 * it under the terms of the GNU General Public License version 2 as >> 8 * published by the Free Software Foundation. 6 */ 9 */ 7 10 8 #ifndef __LINUX_SND_RT298_H 11 #ifndef __LINUX_SND_RT298_H 9 #define __LINUX_SND_RT298_H 12 #define __LINUX_SND_RT298_H 10 13 11 struct rt298_platform_data { 14 struct rt298_platform_data { 12 bool cbj_en; /*combo jack enable*/ 15 bool cbj_en; /*combo jack enable*/ 13 bool gpio2_en; /*GPIO2 enable*/ 16 bool gpio2_en; /*GPIO2 enable*/ 14 bool suspend_power_off; /* power is of 17 bool suspend_power_off; /* power is off during suspend */ 15 }; 18 }; 16 19 17 #endif 20 #endif 18 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.