ASoC: hdac_hdmi: Add support to handle MST capable pin
authorJeeja KP <jeeja.kp@intel.com>
Mon, 6 Feb 2017 06:39:18 +0000 (12:09 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 8 Feb 2017 18:24:01 +0000 (18:24 +0000)
commit2acd8309a3a4e6dc04e72d2db0716825095c02d6
treeaceb50270f6ebc63ef8a569cab9ee687a06c1975
parent8d13640f6b9f1f99035d7078b3cd4002e9af5d9c
ASoC: hdac_hdmi: Add support to handle MST capable pin

To handle jack event and configuration of the pin widget for MST
capable pin, this patch adds:
o Flag to identify the pin is MST capable.
o In notify callback(), based on the pipe and port information marks if
the port is mst_capable. In case of non MST, port is defaulted to zero.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdac_hdmi.c