ASoC: hdac-hdmi: Add hdmi driver
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Tue, 10 Nov 2015 13:12:06 +0000 (18:42 +0530)
committerMark Brown <broonie@kernel.org>
Sat, 21 Nov 2015 13:58:19 +0000 (13:58 +0000)
commit18382ead3640b5aab9bf4545249d84b51bbcba49
tree326eed0936a0623b72a3230f98ed2abfa2cd1085
parent60da3efbf1279c7e1b6a8bd1f848626b194748e6
ASoC: hdac-hdmi: Add hdmi driver

This adds HDA based HDMI driver to be used in platforms like SKL
and onwards

Register the hdmi driver with hda bus and register dais.

Also parse the widget and initialize identified pin and converter
widgets.

For simplification, currently only one pin and one converter
widget are enabled on board, as well as limit the rates supported
to simples ones and not based on ELD.  This things will come
eventually once basic support for this is merged

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/hdac_hdmi.c [new file with mode: 0644]