fix(audio): retry full port auto-switch on source events#1112
Conversation
Use autoSwitchPort in source event handlers when the card becomes ready. 在 source 事件处理里改为调用 autoSwitchPort,以便声卡就绪后同时重试输入输出切换。 Log: 修复具备输入和输出能力的声卡设备重插后输出恢复失败 PMS: 361483 Influence: 1. 修复具备输入和输出能力的声卡设备在 source 事件晚到时默认输出设备无法恢复的问题; 2. 修复多次选择指定输出设备并插拔后,输出设备列表显示空白问题。
|
Hi @52cyb. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 52cyb, fly602 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
Use autoSwitchPort in source event handlers when the card becomes ready.
在 source 事件处理里改为调用 autoSwitchPort,以便声卡就绪后同时重试输入输出切换。
Log: 修复具备输入和输出能力的声卡设备重插后输出恢复失败
PMS: 361483
Influence: 1. 修复具备输入和输出能力的声卡设备在 source 事件晚到时默认输出设备无法恢复的问题; 2. 修复多次选择指定输出设备并插拔后,输出设备列表显示空白问题。