diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-26 06:33:47 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-26 06:33:45 -0700 |
| commit | fa3c35e909127bb5b454eeacd77e2cccaa8c952e (patch) | |
| tree | 1336f5d268c45c77c563758cc2f7b13a23144f12 /include | |
| parent | f4300126c72e799687753ef561840b937f50fa90 (diff) | |
| parent | 4d4eafb1e2c2dde19f9fcc0c250ecdf304406f9b (diff) | |
Merge "ASoC: msm: qdsp6v2: Add support for speaker swap"
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/q6adm-v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/q6adm-v2.h b/include/sound/q6adm-v2.h index 42d048f24e12..f3443b79ba51 100644 --- a/include/sound/q6adm-v2.h +++ b/include/sound/q6adm-v2.h @@ -164,4 +164,6 @@ int adm_get_sound_focus(int port_id, int copp_idx, struct sound_focus_param *soundFocusData); int adm_get_source_tracking(int port_id, int copp_idx, struct source_tracking_param *sourceTrackingData); +int adm_swap_speaker_channels(int port_id, int copp_idx, int sample_rate, + bool spk_swap); #endif /* __Q6_ADM_V2_H__ */ |
