diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-06-21 13:37:47 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-21 13:37:46 -0700 |
| commit | daa592e855514bcff59fcef567c43f291dd28f6d (patch) | |
| tree | b1c0e96ca2b1d6277265ead9c31bab1950e490dd /include | |
| parent | f0cb574d3bcf253999a82f7f3bd0a24d7f09e152 (diff) | |
| parent | c1bed40d2d170276f58150e0846cdb089625e7f5 (diff) | |
Merge "ASoC: msm: Support different POPPs to single COPP"
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/q6adm-v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/q6adm-v2.h b/include/sound/q6adm-v2.h index 4545f2cd3826..f04daf310182 100644 --- a/include/sound/q6adm-v2.h +++ b/include/sound/q6adm-v2.h @@ -128,7 +128,7 @@ int adm_pack_and_set_one_pp_param(int port_id, int copp_idx, int adm_open(int port, int path, int rate, int mode, int topology, int perf_mode, uint16_t bits_per_sample, - int app_type, int acdbdev_id); + int app_type, int acdbdev_id, u32 copp_token); int adm_map_rtac_block(struct rtac_cal_block_data *cal_block); |
