Re: [PATCH] drm: bridge: adv7511: Add set_jack handler

2021-02-04 Thread Andrzej Hajda
W dniu 19.01.2021 o 05:41, Jun Nie pisze: > With commit 55c5cc63ab, the hdmi_codec_set_jack() will report unsupport > failure if set_jack handler is missing. Add set_jack handler to resolve > this failure. > > Signed-off-by: Jun Nie > --- > .../gpu/drm/bridge/adv7511/adv7511_audio.c| 27 +++

Re: [PATCH] drm: bridge: adv7511: Add set_jack handler

2021-02-02 Thread Jun Nie
Jun Nie 于2021年1月19日周二 下午12:42写道: > > With commit 55c5cc63ab, the hdmi_codec_set_jack() will report unsupport > failure if set_jack handler is missing. Add set_jack handler to resolve > this failure. > > Signed-off-by: Jun Nie > --- > .../gpu/drm/bridge/adv7511/adv7511_audio.c| 27 +++

[PATCH] drm: bridge: adv7511: Add set_jack handler

2021-01-19 Thread Jun Nie
With commit 55c5cc63ab, the hdmi_codec_set_jack() will report unsupport failure if set_jack handler is missing. Add set_jack handler to resolve this failure. Signed-off-by: Jun Nie --- .../gpu/drm/bridge/adv7511/adv7511_audio.c| 27 ++- 1 file changed, 20 insertions(+), 7 del