Merge "hal: Update in_snd_device for USB headphone device use cases"
This commit is contained in:
commit
5f6ae9d4ae
|
@ -5595,6 +5595,8 @@ snd_device_t platform_get_input_snd_device(void *platform, audio_devices_t out_d
|
|||
} else {
|
||||
snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC;
|
||||
}
|
||||
} else {
|
||||
snd_device = SND_DEVICE_IN_HANDSET_MIC;
|
||||
}
|
||||
}
|
||||
} else if (my_data->use_generic_handset == true && // system prop is enabled
|
||||
|
|
Loading…
Reference in New Issue