1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/sound/rt286.h -- Platform data for RT286
5 * Copyright 2013 Realtek Microelectronics
8 #ifndef __LINUX_SND_RT298_H
9 #define __LINUX_SND_RT298_H
11 struct rt298_platform_data {
12 bool cbj_en; /*combo jack enable*/
13 bool gpio2_en; /*GPIO2 enable*/
14 bool suspend_power_off; /* power is off during suspend */