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

Commit 62dd061b authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ASoC: msm: update machine driver for host less.



Update machine driver with proper stream name and dai name
for primary MI2S hostless Rx and Tx path.

Change-Id: I17d2712579e42fefff4fa0f377a0de5c48a3808e
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent b5c75c4d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -492,8 +492,8 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
	},
	/* Hostless PCM purpose */
	{/* hw:x,5 */
		.name = "Primary MI2S RX Hostless",
		.stream_name = "Primary MI2S_RX Hostless Playback",
		.name = "Primary MI2S_RX Hostless",
		.stream_name = "Primary MI2S_RX Hostless",
		.cpu_dai_name = "PRI_MI2S_RX_HOSTLESS",
		.platform_name	= "msm-pcm-hostless",
		.dynamic = 1,
@@ -572,8 +572,8 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
		.codec_name = "snd-soc-dummy",
	},
	{/* hw:x,11 */
		.name = "Tertiary MI2S TX Hostless",
		.stream_name = "Tertiary MI2S_TX Hostless Capture",
		.name = "Tertiary MI2S_TX Hostless",
		.stream_name = "Tertiary MI2S_TX Hostless",
		.cpu_dai_name = "TERT_MI2S_TX_HOSTLESS",
		.platform_name  = "msm-pcm-hostless",
		.dynamic = 1,