18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * linux/sound/rt286.h -- Platform data for RT286 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright 2013 Realtek Microelectronics 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __LINUX_SND_RT298_H 98c2ecf20Sopenharmony_ci#define __LINUX_SND_RT298_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_cistruct rt298_platform_data { 128c2ecf20Sopenharmony_ci bool cbj_en; /*combo jack enable*/ 138c2ecf20Sopenharmony_ci bool gpio2_en; /*GPIO2 enable*/ 148c2ecf20Sopenharmony_ci bool suspend_power_off; /* power is off during suspend */ 158c2ecf20Sopenharmony_ci}; 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif 18