commit | 790cd128989ca9d1db5236f27a138bfdc142a3b6 | [log] [tgz] |
---|---|---|
author | chenxin20 <chenxin20@xiaomi.com> | Fri May 31 11:27:44 2024 +0800 |
committer | chenxin20 <chenxin20@xiaomi.com> | Tue Jun 04 12:03:34 2024 +0800 |
tree | 323fa80ffb6d65abeea0da961ecc7ba0de8884d0 | |
parent | b56deb051f87b4466b728f9324b9ae4f587a06db [diff] |
audio: fix aidl strategy name mapping error When getDevicesForProductStrategy, the strategy is obtained from mLegacyStrategyMap, mLegacyStrategyMap will compare the strategy name from aidl with the predefined getLegacyStrategy through getProductStrategyByName. legacy.name in aidl2legacy_AudioHalProductStrategy_ProductStrategy and getLegacyStrategy definition cannot match. Change-Id: I9689e05fb7dfc8418d2aef599c856cd2cba54763 Signed-off-by: chenxin20 <chenxin20@xiaomi.com>