From dd764997fa84cf5e42beb3cb9f3e5cceee5058ea Mon Sep 17 00:00:00 2001 From: Siena Richard Date: Tue, 13 Sep 2016 13:43:35 -0700 Subject: msm: qdsp6v2: extend media format provided to voice driver Extend the media format options passed to the voice driver to include sample rate, bits per sample, and channel mapping in addition to port ID and the number of channels. Additional media type information is provide to help avoid additional buffers required in case of non-fractional sample rate for post processing voice data. CRs-Fixed: 1065881 Change-Id: Ib69b57dc677b87fecfd689df7f8fc7ec8b4bc59f Signed-off-by: Siena Richard --- include/sound/apr_audio-v2.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/sound/apr_audio-v2.h b/include/sound/apr_audio-v2.h index e01e16e5cebe..f9be3e0865dd 100644 --- a/include/sound/apr_audio-v2.h +++ b/include/sound/apr_audio-v2.h @@ -8016,11 +8016,10 @@ struct asm_eq_params { /* Band cut equalizer effect.*/ #define ASM_PARAM_EQ_BAND_CUT 6 -/* Voice get & set params */ -#define VOICE_CMD_SET_PARAM 0x0001133D -#define VOICE_CMD_GET_PARAM 0x0001133E -#define VOICE_EVT_GET_PARAM_ACK 0x00011008 - +/* Get & set params */ +#define VSS_ICOMMON_CMD_SET_PARAM_V2 0x0001133D +#define VSS_ICOMMON_CMD_GET_PARAM_V2 0x0001133E +#define VSS_ICOMMON_RSP_GET_PARAM 0x00011008 /** ID of the Bass Boost module. This module supports the following parameter IDs: -- cgit v1.2.3