diff options
author | Zhou Song <zhous@codeaurora.org> | 2021-07-21 13:11:26 +0800 |
---|---|---|
committer | Zhou Song <zhous@codeaurora.org> | 2021-07-22 14:17:26 +0800 |
commit | 10c9f5ceb22eafc7073124b5d9ed16307e6fb496 (patch) | |
tree | b90a724bfcd8e713809c195d3b8a3f2ad263757e | |
parent | a540c9909548251cf6a5bd8cbe78027f7e9f1d2d (diff) |
configs: holi: change pcm id for afe proxy record-2
Change the pcm id of afe proxy record-2 to match the
same in driver.
Change-Id: I9b21d71b7231405cd04b19d7e8bb66f0ad861a08
-rw-r--r-- | configs/holi/audio_platform_info.xml | 4 | ||||
-rw-r--r-- | configs/holi/audio_platform_info_intcodec.xml | 4 | ||||
-rw-r--r-- | configs/holi/audio_platform_info_qrd.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/configs/holi/audio_platform_info.xml b/configs/holi/audio_platform_info.xml index bb3673d3..49737e22 100644 --- a/configs/holi/audio_platform_info.xml +++ b/configs/holi/audio_platform_info.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- Copyright (c) 2014, 2016-2020, The Linux Foundation. All rights reserved. --> +<!-- Copyright (c) 2014, 2016-2021, 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 --> @@ -102,7 +102,7 @@ <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="33"/> <usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="out" id="5"/> <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="6"/> - <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="42"/> + <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="41"/> <usecase name="USECASE_AUDIO_RECORD_LOW_LATENCY" type="in" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_ULL" type="out" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_SILENCE" type="out" id="23" /> diff --git a/configs/holi/audio_platform_info_intcodec.xml b/configs/holi/audio_platform_info_intcodec.xml index dbd29924..c386e392 100644 --- a/configs/holi/audio_platform_info_intcodec.xml +++ b/configs/holi/audio_platform_info_intcodec.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- Copyright (c) 2014, 2016-2020, The Linux Foundation. All rights reserved. --> +<!-- Copyright (c) 2014, 2016-2021, 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 --> @@ -82,7 +82,7 @@ <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="33"/> <usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="out" id="5"/> <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="6"/> - <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="42"/> + <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="41"/> <usecase name="USECASE_AUDIO_RECORD_LOW_LATENCY" type="in" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_ULL" type="out" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_SILENCE" type="out" id="23" /> diff --git a/configs/holi/audio_platform_info_qrd.xml b/configs/holi/audio_platform_info_qrd.xml index 2f695654..51ef6605 100644 --- a/configs/holi/audio_platform_info_qrd.xml +++ b/configs/holi/audio_platform_info_qrd.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- Copyright (c) 2014, 2016-2020, The Linux Foundation. All rights reserved. --> +<!-- Copyright (c) 2014, 2016-2021, 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 --> @@ -101,7 +101,7 @@ <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="33"/> <usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="out" id="5"/> <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="6"/> - <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="42"/> + <usecase name="USECASE_AUDIO_RECORD_AFE_PROXY2" type="in" id="41"/> <usecase name="USECASE_AUDIO_RECORD_LOW_LATENCY" type="in" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_ULL" type="out" id="13" /> <usecase name="USECASE_AUDIO_PLAYBACK_SILENCE" type="out" id="23" /> |