Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / sound / rt286.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
07cf7cba
BL
2/*
3 * linux/sound/rt286.h -- Platform data for RT286
4 *
5 * Copyright 2013 Realtek Microelectronics
07cf7cba
BL
6 */
7
8#ifndef __LINUX_SND_RT286_H
9#define __LINUX_SND_RT286_H
10
11struct rt286_platform_data {
12 bool cbj_en; /*combo jack enable*/
13 bool gpio2_en; /*GPIO2 enable*/
14};
15
16#endif