hal: fix the wrong copp sample rate for native streams

Due to incorrect logic, Copp is configured at 48 khz for native
streams, correct the logic.

Change-Id: I2c79c4de2cca433942fa23a06029a01bba384c3b
This commit is contained in:
Sidipotu Ashok 2016-04-19 19:45:48 +05:30
parent eaec639e10
commit 75ea422432
1 changed files with 0 additions and 3 deletions

View File

@ -630,9 +630,6 @@ int audio_extn_utils_send_app_type_cfg(struct audio_device *adev,
usecase->stream.out->app_type_cfg.sample_rate = DEFAULT_OUTPUT_SAMPLING_RATE;
}
if (!audio_extn_is_hifi_audio_enabled())
usecase->stream.out->app_type_cfg.sample_rate = DEFAULT_OUTPUT_SAMPLING_RATE;
sample_rate = usecase->stream.out->app_type_cfg.sample_rate;
property_get("audio.playback.mch.downsample",value,"");