OSDN Git Service

Add 'drivers/staging/qcacld-3.0/' from commit 'a7b9da5b8cf5abc658a58597a35d30f3eac92a47'
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / sound / q6common.h
1 /* Copyright (c) 2017, The Linux Foundation. All rights reserved.
2  *
3  * This program is free software; you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License version 2 and
5  * only version 2 as published by the Free Software Foundation.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  */
12
13 #ifndef __Q6COMMON_H__
14 #define __Q6COMMON_H__
15
16 #include <sound/apr_audio-v2.h>
17
18 void q6common_update_instance_id_support(bool supported);
19 bool q6common_is_instance_id_supported(void);
20 int q6common_pack_pp_params(u8 *dest, struct param_hdr_v3 *v3_hdr,
21                             u8 *param_data, u32 *total_size);
22
23 #endif /* __Q6COMMON_H__ */