source: GPL/trunk/alsa-kernel/include/sound/rt298.h

Last change on this file was 772, checked in by David Azarewicz, 6 months ago

Merge in changes from 6.6-LTS branch.
Fixed additional 25+ problems.

File size: 390 bytes
Line 
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * linux/sound/rt286.h -- Platform data for RT286
4 *
5 * Copyright 2013 Realtek Microelectronics
6 */
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
Note: See TracBrowser for help on using the repository browser.