summaryrefslogtreecommitdiffstats
path: root/hal/msm8960/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'hal/msm8960/platform.c')
-rw-r--r--hal/msm8960/platform.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index 6f955060..e9270674 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -1098,3 +1098,9 @@ uint32_t platform_get_pcm_offload_buffer_size(audio_offload_info_t* info __unuse
{
return 0;
}
+
+int platform_set_snd_device_name(snd_device_t snd_device __unused,
+ const char * name __unused)
+{
+ return -ENOSYS;
+}