162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _INCLUDE_SOUND_ALC5623_H 362306a36Sopenharmony_ci#define _INCLUDE_SOUND_ALC5623_H 462306a36Sopenharmony_cistruct alc5623_platform_data { 562306a36Sopenharmony_ci /* configure : */ 662306a36Sopenharmony_ci /* Lineout/Speaker Amps Vmid ratio control */ 762306a36Sopenharmony_ci /* enable/disable adc/dac high pass filters */ 862306a36Sopenharmony_ci unsigned int add_ctrl; 962306a36Sopenharmony_ci /* configure : */ 1062306a36Sopenharmony_ci /* output to enable when jack is low */ 1162306a36Sopenharmony_ci /* output to enable when jack is high */ 1262306a36Sopenharmony_ci /* jack detect (gpio/nc/jack detect [12] */ 1362306a36Sopenharmony_ci unsigned int jack_det_ctrl; 1462306a36Sopenharmony_ci}; 1562306a36Sopenharmony_ci#endif 1662306a36Sopenharmony_ci 17