summaryrefslogtreecommitdiff
path: root/include/linux/msm_hdmi.h (follow)
Commit message (Collapse)AuthorAge
* msm: mdss: update header file with DP audio APIsChandan Uddaraju2016-04-29
| | | | | | | | | | | The current header file supports hdmi and audio interaction using the exposed APIs. Update the common structures and the APIs to support display port and hdmi interaction with audio codec driver. CRs-Fixed: 1009284 Change-Id: I3962fd0cbc278c403584e767611f11d841e14d4e Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
* msm: mdss: hdmi: add support to program sample present valueTatenda Chipeperekwa2016-03-23
| | | | | | | | | | | | The HDMI transmitter core can be used to program the sample present value of the audio sample packet. The sample present value is determined in the audio driver and sent as part of the parameters to the audio setup interface. Change-Id: I8d580f95467343328ec0d24efc48dabf8a41ad49 Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org> [cip@codeaurora.org: Removed sound/soc/codecs/msm_hdmi_codec_rx.c changes] Signed-off-by: Clarence Ip <cip@codeaurora.org>
* linux: Move hdmi audio codec header to common locationCasey Piper2016-03-23
| | | | | | | | | Move contents of msm_hdmi_audio_codec.h directory to msm_hdmi.h in common linux directory to remove platform dependence. Change-Id: I6331073ba1e5e119770c5e8cb50f6ff677807292 Signed-off-by: Casey Piper <cpiper@codeaurora.org>
* msm: mdss: hdmi: Cable connection status notificationAjay Singh Parmar2016-03-23
Provide a callback machanism to all the modules registered for HDMI cable notifications. The registered modules will be notified everytime the cable is connected or disconnected. The callback will be scheduled on global kernel workqueue. Change-Id: I74630748448d8479b6e0cda6ccd148cbeae48a51 Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>