commit | f7c7d743544855abfc67e3d98563873fa9425e55 | [log] [tgz] |
---|---|---|
author | Vaughn N <rwaterspf1@floydco.net> | Sat Dec 10 18:53:04 2016 -0500 |
committer | Vaughn N <rwaterspf1@floydco.net> | Sat Dec 10 18:53:23 2016 -0500 |
tree | 28593158d1fabbb0e6a582a4da71b0bc173f033c | |
parent | b085d1ab1c0b5031b1d2a65581b80fd36b566c53 [diff] [blame] |
Merge tag 'android-7.1.1_r4' of https://android.googlesource.com/platform//hardware/qcom/audio into HEAD Android 7.1.1 release 4 Change-Id: I9bb4ad48faefc53bc4a9b1da3167226b49e64d3e
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c index 939aff3..786e10f 100644 --- a/hal/msm8960/platform.c +++ b/hal/msm8960/platform.c
@@ -1075,11 +1075,11 @@ return true; } -bool platform_can_split_snd_device(snd_device_t in_snd_device __unused, +int platform_can_split_snd_device(snd_device_t in_snd_device __unused, int *num_devices __unused, snd_device_t *out_snd_devices __unused) { - return false; + return -ENOSYS; } bool platform_check_backends_match(snd_device_t snd_device1 __unused,