Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Last active November 13, 2016 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/3fee3a3f2b080530aad3349d481cd203 to your computer and use it in GitHub Desktop.
Save kimmoli/3fee3a3f2b080530aad3349d481cd203 to your computer and use it in GitHub Desktop.
original
HF->handset:
D/audio_hw_primary( 1205): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=1;
D/audio_hw_primary( 1205): select_devices: out_snd_device(6: voice-handset) in_snd_device(55: voice-dmic-ef)
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-speaker
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-speaker-dmic-ef
W/msm8974_platform( 1205): Codec backend bitwidth 16, samplerate 48000
W/msm8974_platform( 1205): platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-handset
I/msm8974_platform( 1205): platform_send_audio_calibration: sending audio calibration for snd_device(6) acdb_id(7)
D/ACDB-LOADER( 1205): ACDB -> send_audio_cal, acdb_id = 7, path = 0
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-dmic-ef
I/msm8974_platform( 1205): platform_send_audio_calibration: sending audio calibration for snd_device(55) acdb_id(41)
D/ACDB-LOADER( 1205): ACDB -> send_audio_cal, acdb_id = 41, path = 1
D/ ( 1205): Failed to fetch the lookup information of the device 00000029
E/ACDB-LOADER( 1205): Error: ACDB AudProc vol returned = -19
D/ACDB-LOADER( 1205): ACDB -> send_voice_cal, acdb_rx = 7, acdb_tx = 41, feature_set = 0
D/audio_hw_primary( 1205): select_devices: done
heandset->HF:
D/audio_hw_primary( 1205): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2;
D/audio_hw_primary( 1205): select_devices: out_snd_device(7: voice-speaker) in_snd_device(49: voice-speaker-dmic-ef)
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-handset
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-dmic-ef
W/msm8974_platform( 1205): Codec backend bitwidth 16, samplerate 48000
W/msm8974_platform( 1205): platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-speaker
I/msm8974_platform( 1205): platform_send_audio_calibration: sending audio calibration for snd_device(7) acdb_id(15)
D/ACDB-LOADER( 1205): ACDB -> send_audio_cal, acdb_id = 15, path = 0
D/hardware_info( 1205): hw_info_append_hw_type : device_name = voice-speaker-dmic-ef
I/msm8974_platform( 1205): platform_send_audio_calibration: sending audio calibration for snd_device(49) acdb_id(11)
D/ACDB-LOADER( 1205): ACDB -> send_audio_cal, acdb_id = 11, path = 1
D/ ( 1205): Failed to fetch the lookup information of the device 0000000B
E/ACDB-LOADER( 1205): Error: ACDB AudProc vol returned = -19
D/ACDB-LOADER( 1205): ACDB -> send_voice_cal, acdb_rx = 15, acdb_tx = 11, feature_set = 0
D/audio_hw_primary( 1205): select_devices: done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment