David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * linux/sound/rt286.h -- Platform data for RT286 |
| 4 | * |
| 5 | * Copyright 2013 Realtek Microelectronics |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __LINUX_SND_RT298_H |
| 9 | #define __LINUX_SND_RT298_H |
| 10 | |
| 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 */ |
| 15 | }; |
| 16 | |
| 17 | #endif |