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

Commit e6acb6c4 authored by Karthik Reddy Katta's avatar Karthik Reddy Katta
Browse files

msm: Register probe function for VoWLAN widgets



Add probe function for VoWLAN widget to form
complete capture/playback path.

CRs-fixed: 642690
Change-Id: Iab9e43a4a9131d8f1c6de1fc069cc9ba81df2757
Signed-off-by: default avatarKarthik Reddy Katta <a_katta@codeaurora.org>
parent 8a4a06ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1024,6 +1024,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
		},
		.ops = &msm_fe_dai_ops,
		.name = "VoWLAN",
		.probe = fe_dai_probe,
	},
};