aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/hdmi.c
AgeCommit message (Collapse)Author
2015-06-30ASoC: hdmi-codec: Add devicetree binding with documentationJyri Sarha
Signed-off-by: Jyri Sarha <jsarha@ti.com> cc: bcousson@baylibre.com Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from commit 0f7f3d1f17c2e4d73e449e6acb2007b13813c58e) Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-06-30ASoC: hdmi-codec: Add SNDRV_PCM_FMTBIT_32_LE playback formatJyri Sarha
The new playback format is needed for tda998x HDMI audio support. At the moment the only other user of this codec is omap-hdmi-audio. This change should not break anything because omap-hdmi-audio-dai, the cpu-dai of omap-hdmi-audio, enforces sufficient constraints to available sample formats. Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from commit c600e95360dac3a3b88f0a2106214dff8e5f56be) Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-06-30ASoC: hdmi: Provide stub DAPM integrationMark Brown
Ensure continued operation with DAPM being mandatory. Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from commit c34e51b12751c3e81c752b385f02a97bf3f862da) Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-06-30ASoC: hdmi-codec: let the driver support HDMI sinkRongjun Ying
Devices like mobilephones, computers are typically used as HDMI sources, but devices like TV, navigators will be HDMI sinks. for auto scenerios, In-Vehicle Infotainment(IVI) can be HDMI sink to display movies from mobilephones. Signed-off-by: Rongjun Ying <Rongjun.Ying@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from commit c6c0925ea32d37696da7d71631a4a0c999f2094f) Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-06-30ASoC: omap-hdmi-codec: make the driver common for other SoCsBarry Song
to support HDMI on CSR SiRFprimaII and atlasVI, we need one more HDMI pseudo codec, rather than add a new driver, we can make omap HDMI codec common for other SoCs as well. then the omap-hdmi codec becomes a generic HDMI pseudo- codec as HDMI audio features depend on HDMI specification not on SoCs. Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from commit bf7c6e6ccbde22c96c5c1e5cec08740c31229df1) Signed-off-by: Jon Medhurst <tixy@linaro.org>