Loading hal/msm8916/platform.c +5 −0 Original line number Diff line number Diff line Loading @@ -6155,6 +6155,11 @@ static bool platform_check_codec_backend_cfg(struct audio_device* adev, ALOGD("%s:becf: afe: napb not active - set non fractional rate", __func__); } /*ensure AFE set to 48khz when sample rate less than 44.1khz*/ if (sample_rate < OUTPUT_SAMPLING_RATE_44100) { sample_rate = CODEC_BACKEND_DEFAULT_SAMPLE_RATE; ALOGD("%s:becf: afe: napb set sample rate to default Sample Rate(48k)",__func__); } } /* Loading hal/msm8974/platform.c +5 −0 Original line number Diff line number Diff line Loading @@ -6139,6 +6139,11 @@ static bool platform_check_codec_backend_cfg(struct audio_device* adev, ALOGD("%s:becf: afe: napb not active - set non fractional rate", __func__); } /*ensure AFE set to 48khz when sample rate less than 44.1khz*/ if (sample_rate < OUTPUT_SAMPLING_RATE_44100) { sample_rate = CODEC_BACKEND_DEFAULT_SAMPLE_RATE; ALOGD("%s:becf: afe: napb set sample rate to default Sample Rate(48k)",__func__); } } /* Loading Loading
hal/msm8916/platform.c +5 −0 Original line number Diff line number Diff line Loading @@ -6155,6 +6155,11 @@ static bool platform_check_codec_backend_cfg(struct audio_device* adev, ALOGD("%s:becf: afe: napb not active - set non fractional rate", __func__); } /*ensure AFE set to 48khz when sample rate less than 44.1khz*/ if (sample_rate < OUTPUT_SAMPLING_RATE_44100) { sample_rate = CODEC_BACKEND_DEFAULT_SAMPLE_RATE; ALOGD("%s:becf: afe: napb set sample rate to default Sample Rate(48k)",__func__); } } /* Loading
hal/msm8974/platform.c +5 −0 Original line number Diff line number Diff line Loading @@ -6139,6 +6139,11 @@ static bool platform_check_codec_backend_cfg(struct audio_device* adev, ALOGD("%s:becf: afe: napb not active - set non fractional rate", __func__); } /*ensure AFE set to 48khz when sample rate less than 44.1khz*/ if (sample_rate < OUTPUT_SAMPLING_RATE_44100) { sample_rate = CODEC_BACKEND_DEFAULT_SAMPLE_RATE; ALOGD("%s:becf: afe: napb set sample rate to default Sample Rate(48k)",__func__); } } /* Loading