Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Last active November 12, 2016 16:36
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/bca2a08b3b3d73fdc3a75bb958e70cfd to your computer and use it in GitHub Desktop.
Save kimmoli/bca2a08b3b3d73fdc3a75bb958e70cfd to your computer and use it in GitHub Desktop.
with changes
HF->handset:
D/audio_hw_primary( 1080): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=1;
D/audio_hw_primary( 1080): select_devices: out_snd_device(6: voice-handset) in_snd_device(55: voice-dmic-ef)
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-speaker
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-speaker-dmic-ef
W/msm8974_platform( 1080): Codec backend bitwidth 16, samplerate 48000
W/msm8974_platform( 1080): platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-handset
I/msm8974_platform( 1080): platform_send_audio_calibration: sending audio calibration for snd_device(6) acdb_id(7)
D/ACDB-LOADER( 1080): ACDB -> send_audio_cal, acdb_id = 7, path = 0
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-dmic-ef
I/msm8974_platform( 1080): platform_send_audio_calibration: sending audio calibration for snd_device(55) acdb_id(41)
D/ACDB-LOADER( 1080): ACDB -> send_audio_cal, acdb_id = 41, path = 1
D/ ( 1080): Failed to fetch the lookup information of the device 00000029
E/ACDB-LOADER( 1080): Error: ACDB AudProc vol returned = -19
D/ACDB-LOADER( 1080): ACDB -> send_voice_cal, acdb_rx = 7, acdb_tx = 41, feature_set = 0
D/audio_hw_primary( 1080): select_devices: done
heandset->HF:
D/audio_hw_primary( 1080): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2;
D/audio_hw_primary( 1080): select_devices: out_snd_device(7: voice-speaker) in_snd_device(56: voice-speaker-dmic-ef)
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-handset
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-dmic-ef
W/msm8974_platform( 1080): Codec backend bitwidth 16, samplerate 48000
W/msm8974_platform( 1080): platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-speaker
I/msm8974_platform( 1080): platform_send_audio_calibration: sending audio calibration for snd_device(7) acdb_id(15)
D/ACDB-LOADER( 1080): ACDB -> send_audio_cal, acdb_id = 15, path = 0
D/hardware_info( 1080): hw_info_append_hw_type : device_name = voice-speaker-dmic-ef
I/msm8974_platform( 1080): platform_send_audio_calibration: sending audio calibration for snd_device(56) acdb_id(43)
D/ACDB-LOADER( 1080): ACDB -> send_audio_cal, acdb_id = 43, path = 1
D/ ( 1080): Failed to fetch the lookup information of the device 0000002B
E/ACDB-LOADER( 1080): Error: ACDB AudProc vol returned = -19
D/ACDB-LOADER( 1080): ACDB -> send_voice_cal, acdb_rx = 15, acdb_tx = 43, feature_set = 0
D/audio_hw_primary( 1080): select_devices: done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment