commit | edefcdad6a57657a236638c937ccd5a3af272d02 | [log] [tgz] |
---|---|---|
author | Ricardo Neri <ricardo.neri@ti.com> | Sun Nov 27 16:18:01 2011 -0600 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Jan 05 10:34:48 2012 +0200 |
tree | 309b411494acce6f8025155f76a49428bc7aaa42 | |
parent | 80a485962807aae44a93197ee88854910bb935ad [diff] |
ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driver The function hdmi_audio_trigger is a callback used by ASoC to stop/start HDMI audio. Also, it does not perform IP-specific configuration directly. Hence, it should be placed in the general portion of the HDMI driver, along with the other ASoC callbacks. Also, make this function static. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>