summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Rocard <krocard@google.com>2017-09-15 18:43:57 -0700
committerKevin Rocard <krocard@google.com>2017-09-15 22:42:30 -0700
commit5ccd0d182b6650a11e8095e114f1d77bff7ef221 (patch)
tree2d6c6903e70905d8115930c1fe8c180f1585ea98
parentf16128f44d93feaa17a0da41aff562c5a3251d1b (diff)
downloadtaimen-5ccd0d182b6650a11e8095e114f1d77bff7ef221.tar.gz
Audio HAL: Set USECASE_AUDIO_RECORD_AFE_PROXY to 7
USECASE_AUDIO_RECORD_AFE_PROXY was not set thus taking the default value of 8. This is not correct and will cause the offload visualizer to stall or the phone call recording to fail. This problem can not be observed currently because the visualizer currently has the number hardcoded. Nevertheless that will change in the future. As for phone call recording, this feature is not available to normal users. Test: check that walleye and taimen have now the same value Bug: 65761711 Change-Id: Iedf29696adacaf61bf3d0db99697a5013594b8ec Signed-off-by: Kevin Rocard <krocard@google.com>
-rw-r--r--audio_platform_info_tavil.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio_platform_info_tavil.xml b/audio_platform_info_tavil.xml
index ae5bc9b..26f82b9 100644
--- a/audio_platform_info_tavil.xml
+++ b/audio_platform_info_tavil.xml
@@ -55,6 +55,7 @@
<usecase name="USECASE_VOICEMMODE2_CALL" type="in" id="19" />
<usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="19" />
<usecase name="USECASE_AUDIO_RECORD_MMAP" type="in" id="4" />
+ <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="7" />
<usecase name="USECASE_AUDIO_PLAYBACK_MMAP" type="out" id="4" />
<usecase name="USECASE_AUDIO_PLAYBACK_VOIP" type="out" id="16" />
<usecase name="USECASE_AUDIO_RECORD_VOIP" type="in" id="16" />