
7 Jan
2021
7 Jan
'21
6:36 p.m.
On Thu, Jan 07, 2021 at 05:26:40PM +0100, Stephan Gerhold wrote:
However, hdmi_codec_set_jack() returns -E*OP*NOTSUPP if jack detection is not supported, which is not handled in apq8016_sbc and soc_component_ret(). Make it return -ENOTSUPP instead to fix sound and silence the errors.
You will also need to update imx-hdmi, it is explicitly checking for -EOPNOTSUPP so this will break it. Having two error codes with such similar names is rather unfortunate.