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

Commit 5aa93412 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: fix for applying parameters for codec dma"

parents 948c21b0 9d2cada0
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;