Hi,
now that a new HDMI state notifier RFC has been posted [1], I've updated this series to use it instead of the previous prototype. I've also sent the drm/mediatek part of this series separately [2], which is needed to actually generate the events the hdmi-codec driver listens for.
Changes since v8: - Dropped the HDMI notification prototype patch - Rebased onto the "video: add HDMI state notifier support" patch by Hans Verkuil, based on Russell King's earlier version. - Dropped the drm/mediatek patch
regards Philipp
[1] https://patchwork.linuxtv.org/patch/38109/ [2] https://patchwork.kernel.org/patch/9430337/
Philipp Zabel (3): ASoC: hdmi-codec: use HDMI state notifier to add jack support ASoC: mediatek: Add jack detection support to mt8173-rt5650-rt5676 machine driver ASoC: mediatek: Add jack detection support to the mt8173-rt5650 machine driver
include/sound/hdmi-codec.h | 7 ++ sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/hdmi-codec.c | 107 +++++++++++++++++++++-- sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c | 42 +++++++++ sound/soc/mediatek/mt8173/mt8173-rt5650.c | 42 +++++++++ 5 files changed, 191 insertions(+), 8 deletions(-)