1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * linux/sound/rt5663.h -- Platform data for R 2 * linux/sound/rt5663.h -- Platform data for RT5663 4 * 3 * 5 * Copyright 2017 Realtek Semiconductor Corp. 4 * Copyright 2017 Realtek Semiconductor Corp. >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify >> 7 * it under the terms of the GNU General Public License version 2 as >> 8 * published by the Free Software Foundation. 6 */ 9 */ 7 10 8 #ifndef __LINUX_SND_RT5663_H 11 #ifndef __LINUX_SND_RT5663_H 9 #define __LINUX_SND_RT5663_H 12 #define __LINUX_SND_RT5663_H 10 13 11 struct rt5663_platform_data { 14 struct rt5663_platform_data { 12 unsigned int dc_offset_l_manual; 15 unsigned int dc_offset_l_manual; 13 unsigned int dc_offset_r_manual; 16 unsigned int dc_offset_r_manual; 14 unsigned int dc_offset_l_manual_mic; 17 unsigned int dc_offset_l_manual_mic; 15 unsigned int dc_offset_r_manual_mic; 18 unsigned int dc_offset_r_manual_mic; 16 19 17 unsigned int impedance_sensing_num; 20 unsigned int impedance_sensing_num; 18 unsigned int *impedance_sensing_table; 21 unsigned int *impedance_sensing_table; 19 }; 22 }; 20 23 21 #endif 24 #endif 22 25 23 26
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.