summaryrefslogtreecommitdiffstats
path: root/hal/msm8960
diff options
context:
space:
mode:
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;
}