USB MIC无法录音

在5.0.3上,配置了audio_policy_config.xml,完整内容见附件,使用Recorder.hap录音,出现报错,完整日志见附件,主要报错片段为
01-01 08:01:47.586 1087 2714 I C02b8b/AudioFramework: [ScheduleReportData]Report tid 2714
01-01 08:01:47.589 1087 2714 I C02b8b/AudioFramework: [ScheduleReportData]Report tid 2714
01-01 08:01:47.590 1087 2714 I C02b8b/AudioFramework: [ScheduleReportData]Report tid 2714
01-01 08:01:47.590 1087 1215 E C02b8b/AudioPolicyService: [FetchTargetInfoForSessionAdd]pipeInfoPtr is null
01-01 08:01:47.590 1087 1215 E C02b8b/AudioPolicyService: [OnCapturerSessionAdded]FetchTargetInfoForSessionAdd error, maybe device not support recorder
01-01 08:01:47.590 1087 1910 I C02b8b/AudioService: [RemoveCapturer]Capturer: 4294967295 will be removed.
01-01 08:01:47.590 1087 1910 W C02b8b/AudioService: [RemoveCapturer]Capturer in not in map!
01-01 08:01:47.591 1087 1910 E C02b8b/AudioServer: [CreateAudioStream]GetIpcStream failed.
01-01 08:01:47.591 1087 1910 E C02b86/AudioManagerStub: [HandleCreateAudioProcess]CREATE_AUDIOPROCESS AudioManagerStub CreateAudioProcess failed
01-01 08:01:47.591 1332 2709 E C057c2/IPCObjectProxy: SendRequest 168: failed, handle:9 error:-3 desc:IStandardAudioService proxy:4038320944 time:107591147211
01-01 08:01:47.591 1332 2709 E C02b86/AudioManagerProxy: [CreateAudioProcess]CreateAudioProcess failed, error: -3
01-01 08:01:47.591 1332 2709 E C02b84/CapturerInClientInner: [SetAudioStreamInfo]Init stream failed: -62980101
01-01 08:01:47.591 1332 2709 E C02b87/AudioCapturer: [InitAudioStream]SetAudioStreamInfo failed
01-01 08:01:47.591 1332 2709 E C02b87/AudioCapturer: [SetParams]InitAudioStream failed
01-01 08:01:47.591 1332 2709 I C02b87/AudioCapturer: [~AudioCapturerPrivate]~AudioCapturerPrivate
01-01 08:01:47.591 1332 2709 E C02b84/CapturerInClientInner: [GetAudioSessionID]State error 0
01-01 08:01:47.591 1332 2709 W C02b84/CapturerInClientInner: [ReleaseAudioStream]Release while ipcStream is null
01-01 08:01:47.591 1332 2709 I C02b84/CapturerInClientInner: [ReleaseAudioStream]Release end, sessionId: 0, uid: 20010042
01-01 08:01:47.591 1332 2709 W C02b84/CapturerInClientInner: [ReleaseAudioStream]Already released, do nothing
01-01 08:01:47.591 1332 2709 W C02b87/AudioPolicyManager: [RemoveClientTrackerStub]Client tracker for session -1 not exist
01-01 08:01:47.591 1332 2709 E C02b2c/HiStreamer: (Init(), 87): Create audioCapturer fail
AudioPolicyService: [FetchTargetInfoForSessionAdd]pipeInfoPtr is null
是不是audio_policy_config.xml中usb mic的pipe内容写的有问题。