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

Commit d49356ea authored by Tahir Dawson's avatar Tahir Dawson
Browse files

ASoC: fix typo in QUIN_TDM_TX_7 Hostless dai link



Change-Id: I6da481c3774a6751f28b94243f951a2fc1aa43e2
Signed-of-by: default avatarTahir Dawson <dawson@codeaurora.org>
parent 3944bb8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ SND_SOC_DAILINK_DEFS(quin_tdm_rx_7_hostless,
	DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-hostless")));

SND_SOC_DAILINK_DEFS(quin_tdm_tx_7_hostless,
	DAILINK_COMP_ARRAY(COMP_CPU("QUIN_TDM_RX_7_HOSTLESS")),
	DAILINK_COMP_ARRAY(COMP_CPU("QUIN_TDM_TX_7_HOSTLESS")),
	DAILINK_COMP_ARRAY(COMP_CODEC("snd-soc-dummy", "snd-soc-dummy-dai")),
	DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-hostless")));