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

Commit 9d2cada0 authored by Mangesh Kunchamwar's avatar Mangesh Kunchamwar
Browse files

asoc: fix for applying parameters for codec dma



Fix for getting the parameters for codec dma interface
from mixer controls and apply to port config.

CRs-Fixed: 2248380
Change-Id: I351c32e868b8fd3fde3eabbeef89b625a7bf8598
Signed-off-by: default avatarMangesh Kunchamwar <mangeshk@codeaurora.org>
parent a6a60089
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9405,6 +9405,9 @@ static int msm_dai_q6_cdc_dma_hw_params(
		return -EINVAL;
	}

	dai_data->rate = params_rate(params);
	dai_data->channels = params_channels(params);

	dai_data->port_config.cdc_dma.cdc_dma_cfg_minor_version =
				AFE_API_VERSION_CODEC_DMA_CONFIG;
	dai_data->port_config.cdc_dma.sample_rate = dai_data->rate;