From 6a83666d71fd2095007a183a071aab86c7fadd06 Mon Sep 17 00:00:00 2001 From: Preetam Singh Ranawat Date: Thu, 8 Sep 2016 17:04:35 +0530 Subject: hal: native DSD and mix path concurrency fix. - Enable ASRC mode for incoming mix path use case(Headphone backend) if Headphone 44.1 or Native DSD backends are enabled for any of the current use case. e.g. 48-> + (Naitve DSD or Headphone 44.1) - Disable current mix path use case(Headphone backend) and re-enable it with ASRC mode for incoming Headphone 44.1 or Native DSD use case. e.g. Naitve DSD or Headphone 44.1 -> + 48 Change-Id: I94df832ba5e2a26e9179d66d4639f168b5c30eeb --- hal/msm8960/platform.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hal/msm8960') diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c index b687d96a..b5a4f11a 100644 --- a/hal/msm8960/platform.c +++ b/hal/msm8960/platform.c @@ -1330,8 +1330,3 @@ bool platform_check_codec_asrc_support(void *platform __unused) return false; } -bool platform_check_if_backend_has_to_be_disabled(snd_device_t new_snd_device __unused, - snd_device_t cuurent_snd_device __unused) -{ - return false; -} -- cgit v1.2.3