Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _INCLUDE_SOUND_ALC5623_H
0003 #define _INCLUDE_SOUND_ALC5623_H
0004 struct alc5623_platform_data {
0005     /* configure :                              */
0006     /* Lineout/Speaker Amps Vmid ratio control  */
0007     /* enable/disable adc/dac high pass filters */
0008     unsigned int add_ctrl;
0009     /* configure :                              */
0010     /* output to enable when jack is low        */
0011     /* output to enable when jack is high       */
0012     /* jack detect (gpio/nc/jack detect [12]    */
0013     unsigned int jack_det_ctrl;
0014 };
0015 #endif
0016