xref: /linux/include/sound/rt286.h (revision d2912cb1)
1*d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
207cf7cbaSBard Liao /*
307cf7cbaSBard Liao  * linux/sound/rt286.h -- Platform data for RT286
407cf7cbaSBard Liao  *
507cf7cbaSBard Liao  * Copyright 2013 Realtek Microelectronics
607cf7cbaSBard Liao  */
707cf7cbaSBard Liao 
807cf7cbaSBard Liao #ifndef __LINUX_SND_RT286_H
907cf7cbaSBard Liao #define __LINUX_SND_RT286_H
1007cf7cbaSBard Liao 
1107cf7cbaSBard Liao struct rt286_platform_data {
1207cf7cbaSBard Liao 	bool cbj_en; /*combo jack enable*/
1307cf7cbaSBard Liao 	bool gpio2_en; /*GPIO2 enable*/
1407cf7cbaSBard Liao };
1507cf7cbaSBard Liao 
1607cf7cbaSBard Liao #endif
17