blob: a864cb5c22da778962dba49626ae07fe23c96f31 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
oder_chiou@realtek.com450f0f62017-07-10 11:14:56 +08002/*
3 * linux/sound/rt5663.h -- Platform data for RT5663
4 *
5 * Copyright 2017 Realtek Semiconductor Corp.
oder_chiou@realtek.com450f0f62017-07-10 11:14:56 +08006 */
7
8#ifndef __LINUX_SND_RT5663_H
9#define __LINUX_SND_RT5663_H
10
11struct rt5663_platform_data {
12 unsigned int dc_offset_l_manual;
13 unsigned int dc_offset_r_manual;
oder_chiou@realtek.com278982b2017-08-02 16:01:27 +080014 unsigned int dc_offset_l_manual_mic;
15 unsigned int dc_offset_r_manual_mic;
Oder Chiou457c25e2017-09-18 18:14:26 +080016
17 unsigned int impedance_sensing_num;
18 unsigned int *impedance_sensing_table;
oder_chiou@realtek.com450f0f62017-07-10 11:14:56 +080019};
20
21#endif
22