brintos

brintos / linux-shallow public Read only

0
0
Text · 314 B · df1269a Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * linux/sound/rt286.h -- Platform data for RT2864 *5 * Copyright 2013 Realtek Microelectronics6 */7 8#ifndef __LINUX_SND_RT286_H9#define __LINUX_SND_RT286_H10 11struct rt286_platform_data {12	bool cbj_en; /*combo jack enable*/13	bool gpio2_en; /*GPIO2 enable*/14};15 16#endif17