summaryrefslogtreecommitdiffstats
path: root/hal/msm8960
diff options
context:
space:
mode:
authorPreetam Singh Ranawat <apranawat@codeaurora.org>2016-09-08 17:04:35 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-19 02:11:57 -0700
commit6a83666d71fd2095007a183a071aab86c7fadd06 (patch)
treeeba7e46f7b8b1dbf568cb4417359134a1d26f427 /hal/msm8960
parenta56824d7c4068db69bb38e0bfee63276806c173e (diff)
downloadhardware_qcom_audio-6a83666d71fd2095007a183a071aab86c7fadd06.tar.gz
hardware_qcom_audio-6a83666d71fd2095007a183a071aab86c7fadd06.tar.bz2
hardware_qcom_audio-6a83666d71fd2095007a183a071aab86c7fadd06.zip
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
Diffstat (limited to 'hal/msm8960')
-rw-r--r--hal/msm8960/platform.c5
1 files changed, 0 insertions, 5 deletions
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;
-}