Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 058d9ab1 authored by Naresh Tanniru's avatar Naresh Tanniru Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: qdsp6v2: Fix improper channel config for aac



AAC encode is failing in ADSP due to mismatch
in channel config datatype.
Update channel config data type for aac encoder.

Change-Id: I844d6e1ac1b2b171cd74a2601ae09280a22589c9
Signed-off-by: default avatarNaresh Tanniru <ntanniru@codeaurora.org>
parent e4e58248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2943,7 +2943,7 @@ struct asm_aac_enc_cfg_v2_t {
	 * number of channels at the input.
	 * The number of channels must not change during encoding.
	 */
	uint32_t     channel_cfg;
	uint16_t     channel_cfg;

	/*
	 * Number of samples per second.