lpass-wsa-macro.h 405 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __LPASS_WSA_MACRO_H__
  3. #define __LPASS_WSA_MACRO_H__
  4. /*
  5. * Selects compander and smart boost settings
  6. * for a given speaker mode
  7. */
  8. enum {
  9. WSA_MACRO_SPKR_MODE_DEFAULT,
  10. WSA_MACRO_SPKR_MODE_1, /* COMP Gain = 12dB, Smartboost Max = 5.5V */
  11. };
  12. int wsa_macro_set_spkr_mode(struct snd_soc_component *component, int mode);
  13. #endif /* __LPASS_WSA_MACRO_H__ */