Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Bard Liao | 07cf7cba | 2014-06-20 14:41:13 +0800 | [diff] [blame] | 2 | /* |
3 | * linux/sound/rt286.h -- Platform data for RT286 | ||||
4 | * | ||||
5 | * Copyright 2013 Realtek Microelectronics | ||||
Bard Liao | 07cf7cba | 2014-06-20 14:41:13 +0800 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef __LINUX_SND_RT286_H | ||||
9 | #define __LINUX_SND_RT286_H | ||||
10 | |||||
11 | struct rt286_platform_data { | ||||
12 | bool cbj_en; /*combo jack enable*/ | ||||
13 | bool gpio2_en; /*GPIO2 enable*/ | ||||
14 | }; | ||||
15 | |||||
16 | #endif |