summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorb02247 <b02247@freescale.com>2012-10-31 14:16:10 +0800
committerb02247 <b02247@freescale.com>2012-10-31 15:55:14 +0800
commita5af6fbbb00eb40f7722082f82131986d716238c (patch)
tree2f7c632ba102e82a93e539464cc3f277fb758ccc /include
parent58b915f7bdd2a6a3348e6dd605effb0b9ebfd066 (diff)
ENGR00230381 when unplug HDMI, the audio will be pending for a while
Revert "ENGR00224245 HDMI AUDIO: stop/start PCM while unplug,blank/plug,unblank" This reverts commit f8dd4f6fea093e46a30d5e438baa33702f626372. This patch is for pulse audio. which is not fit for Android. Signed-off-by: b02247 <b02247@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/mxc-hdmi-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/mxc-hdmi-core.h b/include/linux/mfd/mxc-hdmi-core.h
index 26fa47d09abf..f16b11cb5cf4 100644
--- a/include/linux/mfd/mxc-hdmi-core.h
+++ b/include/linux/mfd/mxc-hdmi-core.h
@@ -60,6 +60,5 @@ int mxc_hdmi_register_audio(struct snd_pcm_substream *substream);
void mxc_hdmi_unregister_audio(struct snd_pcm_substream *substream);
unsigned int hdmi_set_cable_state(unsigned int state);
unsigned int hdmi_set_blank_state(unsigned int state);
-int check_hdmi_state(void);
#endif