commit | cefbbac40220d4e7690d204eecff5f6ae3f63069 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Sep 04 13:54:10 2014 -0500 |
committer | Vineeta Srivastava <vsrivastava@google.com> | Wed Oct 15 10:22:41 2014 -0700 |
tree | 948c44f1a82a7eedb4e1e12add86d472126820ae | |
parent | a7657196b09d78ffc5d211af5771c66d416354ee [diff] [blame] |
hal: update EC reference handling Change-Id: I745e28c14902f810754887f9db195cf4f5261713
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c index 1a8d0ab..bc38b1d 100644 --- a/hal/msm8960/platform.c +++ b/hal/msm8960/platform.c
@@ -1002,3 +1002,8 @@ { return -ENOSYS; } + +void platform_set_echo_reference(struct audio_device *adev, bool enable, audio_devices_t out_device) +{ + return; +}