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

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

Merge "ASoC: msm: Add dai link for secondary MI2S for SD1"

parents e1bd5c9a 8d9453e4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2436,6 +2436,17 @@ static struct snd_soc_dai_driver msm_dai_q6_mi2s_dai[] = {
		.probe = msm_dai_q6_dai_mi2s_probe,
		.remove = msm_dai_q6_dai_mi2s_remove,
	},
	{
		.playback = {
			.stream_name = "Secondary MI2S Playback Vibra",
			.aif_name = "SEC_MI2S_RX_VIBRA",
			.rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_8000 |
			SNDRV_PCM_RATE_16000,
			.formats = SNDRV_PCM_FMTBIT_S16_LE,
			.rate_min =     8000,
			.rate_max =     48000,
		},
	},
};