summaryrefslogtreecommitdiff
path: root/4.0/dsp/q6_init.c
diff options
context:
space:
mode:
Diffstat (limited to '4.0/dsp/q6_init.c')
-rw-r--r--4.0/dsp/q6_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/4.0/dsp/q6_init.c b/4.0/dsp/q6_init.c
index fb18741d..f0f3d44b 100644
--- a/4.0/dsp/q6_init.c
+++ b/4.0/dsp/q6_init.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * Copyright (c) 2017, 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017, 2019-2020 The Linux Foundation. All rights reserved.
*/
#include <linux/kernel.h>
@@ -24,11 +24,13 @@ static int __init audio_q6_init(void)
avtimer_init();
msm_mdf_init();
voice_mhi_init();
+ hw_vote_rsc_init();
return 0;
}
static void __exit audio_q6_exit(void)
{
+ hw_vote_rsc_exit();
msm_mdf_exit();
avtimer_exit();
audio_slimslave_exit();