commit | f9a1b8126a44ba7d673c67d4809f9d1b9f6a1f73 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Oct 28 14:01:13 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Oct 28 14:01:13 2015 -0700 |
tree | 493284673d3fabc4491890aaf4f61a3b63075d41 | |
parent | 73d5b42ca65c4c4b50f9265dc37b084632d312c2 [diff] | |
parent | 882890f5c722b8eda493627d52fc8bcf748b70d1 [diff] |
Merge "hal: expose offload functions only for offload playback"
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index b74cb39..6af23f1 100755 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -915,6 +915,8 @@ if (out_snd_device == usecase->out_snd_device && in_snd_device == usecase->in_snd_device) { + audio_extn_dolby_set_endpoint(adev); + audio_extn_dolby_ds2_set_endpoint(adev); return 0; }