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

Commit d7df1236 authored by Prasad Kumpatla's avatar Prasad Kumpatla
Browse files

asoc: set format param mask for SLIM_7_TX backend



Enable format mask for SLIM_7_TX backend to fix hardware
params setting failure.

Change-Id: I141bbed3d4272eb4e7d93027082d705f949a502f
Signed-off-by: default avatarPrasad Kumpatla <nkumpat@codeaurora.org>
parent 1cbefc93
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4435,6 +4435,8 @@ static int msm_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
		break;

	case MSM_BACKEND_DAI_SLIMBUS_7_TX:
		param_set_mask(params, SNDRV_PCM_HW_PARAM_FORMAT,
				slim_tx_cfg[SLIM_TX_7].bit_format);
		rate->min = rate->max = slim_tx_cfg[SLIM_TX_7].sample_rate;
		channels->min = channels->max =
			slim_tx_cfg[SLIM_TX_7].channels;