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

Commit 99560770 authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Gerrit - the friendly Code Review server
Browse files

platform: msm: Export select_codec API for audio



Need to export select_codec API which enables
audio dp driver to switch ops from one device to
another before performing an ops on the device.

Change-Id: Idc48bc9c50646d8664e5345ba75087375bae835b
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent 3938e38f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -442,6 +442,7 @@ int msm_ext_disp_select_audio_codec(struct platform_device *pdev,


	return ret;
	return ret;
}
}
EXPORT_SYMBOL(msm_ext_disp_select_audio_codec);


static int msm_ext_disp_validate_intf(struct msm_ext_disp_init_data *init_data)
static int msm_ext_disp_validate_intf(struct msm_ext_disp_init_data *init_data)
{
{