Merge tag 'thunderbolt-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / include / sound / rt286.h
blobdf1269a395e549740c9f0816bfd7e22bc21f6386
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/sound/rt286.h -- Platform data for RT286
5 * Copyright 2013 Realtek Microelectronics
6 */
8 #ifndef __LINUX_SND_RT286_H
9 #define __LINUX_SND_RT286_H
11 struct rt286_platform_data {
12 bool cbj_en; /*combo jack enable*/
13 bool gpio2_en; /*GPIO2 enable*/
16 #endif