ASoC: samsung: Add support for HDMI audio on TM2 board
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 12 Feb 2018 16:15:37 +0000 (17:15 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Feb 2018 12:10:19 +0000 (12:10 +0000)
commit8d1513cef51a11dcf8ccb89d089515483a5ad397
tree3c9fd47c1ad6335912b047071f9f00140a7b73a5
parent3a3ac1ea898399f14748a358dd33262c97a9a86b
ASoC: samsung: Add support for HDMI audio on TM2 board

This patch defines I2S1 - HDMI DAI link and implements related
hw_params callback. The AUD PLL frequency is configured through
the CLK_SCLK_I2S1 leaf clock, the exynos5433 clock tree
definitions are updated in a separate patch.

The device tree parsing part is changed is a way it supports older
DTBs with just a single CPU DAI specified, without the HDMI link.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/tm2_wm5110.c