]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: hdmi-codec: remove multi detection support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 18 May 2017 01:40:02 +0000 (01:40 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 24 May 2017 17:45:29 +0000 (18:45 +0100)
commit0313cb0e83d3f9a22894cdd2b4a50c8ac65fcae7
tree055e0a2a2c9019447f724afdb624eae0157b270e
parent390c73cafa3fe526c4097cc481160a9e5853c780
ASoC: hdmi-codec: remove multi detection support

DesignWare HDMI driver (= dw-hdmi) is supporting HDMI sound, and its
probe function was calling sound binding function multiple times as
same HDMI device different port.

Because of this behavior, commit 59d96bd1f99 ("ASoC: hdmi-codec: enable
multi probe for ...") was added for multi detection case.
But, this DesignWare HDMI detection/bind code was exchanged/adjusted by
commit bb4e01e61c8 ("drm: bridge: dw-hdmi: Implement DRM bridge...").
Now, all DesignWare HDMI sound ports are detected as 1 bindng function.

Because of this, hdmi-codec multi detection support is no longer needed.
Thus, this patch removes
commit 59d96bd1f99 ("ASoC: hdmi-codec: enable multi probe for ..."),
and its related
commit 6eda6f8f9de ("ASoC: hdmi-codec: Fix hdmi_of_xlate_dai_name...")
commit f601642cb15 ("ASoC: hdmi-codec: remove HDMI device unregister")
commit 0416bb9c07f ("ASoC: hdmi-codec: fix spelling mistake: ...)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c