q6common.h 579 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __Q6COMMON_H__
  6. #define __Q6COMMON_H__
  7. #include <dsp/apr_audio-v2.h>
  8. void q6common_update_instance_id_support(bool supported);
  9. bool q6common_is_instance_id_supported(void);
  10. int q6common_pack_pp_params(u8 *dest, struct param_hdr_v3 *v3_hdr,
  11. u8 *param_data, u32 *total_size);
  12. int q6common_pack_pp_params_v2(u8 *dest, struct param_hdr_v3 *v3_hdr,
  13. u8 *param_data, u32 *total_size,
  14. bool iid_supported);
  15. #endif /* __Q6COMMON_H__ */