q6common.h 442 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2017-2018, 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. #endif /* __Q6COMMON_H__ */