Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * linux/sound/rt286.h -- Platform data for RT286
0004  *
0005  * Copyright 2013 Realtek Microelectronics
0006  */
0007 
0008 #ifndef __LINUX_SND_RT298_H
0009 #define __LINUX_SND_RT298_H
0010 
0011 struct rt298_platform_data {
0012     bool cbj_en; /*combo jack enable*/
0013     bool gpio2_en; /*GPIO2 enable*/
0014     bool suspend_power_off; /* power is off during suspend */
0015 };
0016 
0017 #endif