diff options
author | Md Mansoor Ahmed <mansoor@codeaurora.org> | 2018-01-11 12:42:06 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:54:18 +0200 |
commit | 473dd8715100afc96a6e68daf08e3b629e73cdc6 (patch) | |
tree | 99d81f1be02819f6d1cd65be21c137d80c15af5e /audio | |
parent | 30bd06cfbde1a0f3b07394a4b9abb97e7d3a559c (diff) |
wayne-common: config: Update keep_alive to support silence playback on non-hdmi devices
Keep_alive can now handle silence playback on multiple concurrent
devices such as primary output devices as well as HDMI
Change-Id: Icdf22c9d8d1264d463b23c8f54020e792840b73c
Signed-off-by: Md Mansoor Ahmed <mansoor@codeaurora.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio_platform_info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml index f94f178..33f3267 100644 --- a/audio/audio_platform_info.xml +++ b/audio/audio_platform_info.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- Copyright (c) 2014, 2016-2017, The Linux Foundation. All rights reserved. --> +<!-- Copyright (c) 2014, 2016-2018, The Linux Foundation. All rights reserved. --> <!-- --> <!-- Redistribution and use in source and binary forms, with or without --> <!-- modification, are permitted provided that the following conditions are --> @@ -59,7 +59,7 @@ <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="7"/> <usecase name="USECASE_AUDIO_RECORD_LOW_LATENCY" type="in" id="17" /> <usecase name="USECASE_AUDIO_PLAYBACK_ULL" type="out" id="17" /> - <usecase name="USECASE_AUDIO_PLAYBACK_EXT_DISP_SILENCE" type="out" id="27" /> + <usecase name="USECASE_AUDIO_PLAYBACK_SILENCE" type="out" id="27" /> <usecase name="USECASE_AUDIO_HFP_SCO" type="in" id="12" /> <usecase name="USECASE_AUDIO_HFP_SCO_WB" type="in" id="12" /> </pcm_ids> |