Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __LPASS_WSA_MACRO_H__
0004 #define __LPASS_WSA_MACRO_H__
0005 
0006 /*
0007  * Selects compander and smart boost settings
0008  * for a given speaker mode
0009  */
0010 enum {
0011     WSA_MACRO_SPKR_MODE_DEFAULT,
0012     WSA_MACRO_SPKR_MODE_1, /* COMP Gain = 12dB, Smartboost Max = 5.5V */
0013 };
0014 
0015 int wsa_macro_set_spkr_mode(struct snd_soc_component *component, int mode);
0016 
0017 #endif /* __LPASS_WSA_MACRO_H__ */