Merge "ASoC: msm: qdsp6v2: Update session id size to 32 bit"
diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.c b/sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.c
index 5c97403..5c420ed 100644
--- a/sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.c
@@ -286,7 +286,7 @@
{
struct snd_pcm_runtime *runtime = substream->runtime;
struct msm_voice *prtd = runtime->private_data;
- uint16_t session_id = get_session_id(prtd);
+ uint32_t session_id = get_session_id(prtd);
enum voice_lch_mode lch_mode;
int ret = 0;