summaryrefslogtreecommitdiffstats
path: root/hal/msm8960
diff options
context:
space:
mode:
authorSidipotu Ashok <sashok@codeaurora.org>2016-04-19 09:37:57 +0530
committerSidipotu Ashok <sashok@codeaurora.org>2016-04-19 10:37:42 +0530
commiteaec639e104b1a967496366da0481bf0c798852d (patch)
treed0a373524177dc52f01d957720ee38665d652484 /hal/msm8960
parent86c30ddee9d325337167f05ea5bb7e25eebe1540 (diff)
downloadhardware_qcom_audio-eaec639e104b1a967496366da0481bf0c798852d.tar.gz
hardware_qcom_audio-eaec639e104b1a967496366da0481bf0c798852d.tar.bz2
hardware_qcom_audio-eaec639e104b1a967496366da0481bf0c798852d.zip
Revert "hal: update combo device handling"
This reverts commit 993e1f42e79729da2cd80df56072f954ad666b42. Change-Id: I758f222fdb861feb730b7caba1416ba2e393b5b7
Diffstat (limited to 'hal/msm8960')
-rw-r--r--hal/msm8960/platform.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index 48470b9f..e32a73d2 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -1080,9 +1080,8 @@ int platform_set_usecase_pcm_id(audio_usecase_t usecase __unused, int32_t type _
return -ENOSYS;
}
-int platform_set_snd_device_backend(snd_device_t device __unused,
- const char *backend __unused,
- const char *hw_interface __unused)
+int platform_set_snd_device_backend(snd_device_t snd_device __unused,
+ const char * backend __unused)
{
return -ENOSYS;
}
@@ -1211,16 +1210,4 @@ int platform_get_spkr_prot_snd_device(snd_device_t snd_device __unused)
int platform_spkr_prot_is_wsa_analog_mode(void *adev __unused)
{
return 0;
-bool platform_can_split_snd_device(void *platform __unused,
- snd_device_t in_snd_device __unused,
- int *num_devices __unused,
- snd_device_t *out_snd_devices __unused)
-{
- return false;
-}
-
-bool platform_check_backends_match(snd_device_t snd_device1 __unused,
- snd_device_t snd_device2 __unused)
-{
- return true;
}