blob: cc80538783c36c114dd804e757c26216153e7309 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Bard Liao6adcafa2015-06-26 10:59:49 +08002/*
3 * linux/sound/rt286.h -- Platform data for RT286
4 *
5 * Copyright 2013 Realtek Microelectronics
Bard Liao6adcafa2015-06-26 10:59:49 +08006 */
7
8#ifndef __LINUX_SND_RT298_H
9#define __LINUX_SND_RT298_H
10
11struct 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