msm: audio: qdsp6v2: Enable soft volume command to avoid noise
Add support for soft volume command and enable it to avoid
noise during volume change sequence
CRs-fixed: 304164
Signed-off-by: Swaminathan Sathappan <Swami@codeaurora.org>
diff --git a/include/sound/q6asm.h b/include/sound/q6asm.h
index 13e2846..b864f2f 100644
--- a/include/sound/q6asm.h
+++ b/include/sound/q6asm.h
@@ -241,6 +241,10 @@
int q6asm_set_softpause(struct audio_client *ac,
struct asm_softpause_params *param);
+/* Set Softvolume Params */
+int q6asm_set_softvolume(struct audio_client *ac,
+ struct asm_softvolume_params *param);
+
/* Send left-right channel gain */
int q6asm_set_lrgain(struct audio_client *ac, int left_gain, int right_gain);