Re: [PATCH v2] ASoC: hdmi-codec: Get ELD in before reporting plugged event

2020-11-23 Thread Mark Brown
On Wed, 18 Nov 2020 12:38:52 +0800, Cheng-Yi Chiang wrote: > In plugged callback, ELD should be updated from display driver so that > user space can query information from ELD immediately after receiving jack > plugged event. > > When jack is unplugged, clear ELD buffer so that user space does not

[PATCH v2] ASoC: hdmi-codec: Get ELD in before reporting plugged event

2020-11-17 Thread Cheng-Yi Chiang
In plugged callback, ELD should be updated from display driver so that user space can query information from ELD immediately after receiving jack plugged event. When jack is unplugged, clear ELD buffer so that user space does not get obsolete information of unplugged HDMI. Signed-off-by: Cheng-Yi