Re: [Intel-gfx] [PATCH v3 1/4] drm/i915: Add get_eld audio component

2015-12-07 Thread Daniel Vetter
On Fri, Dec 04, 2015 at 06:12:46PM +0100, Takashi Iwai wrote: > Implement a new i915_audio_component_ops, get_eld(). It's called by > the audio driver to fetch the current audio status and ELD of the > given HDMI/DP port. It returns the size of expected ELD bytes if it's > valid, zero if no valid

[Intel-gfx] [PATCH v3 1/4] drm/i915: Add get_eld audio component

2015-12-04 Thread Takashi Iwai
Implement a new i915_audio_component_ops, get_eld(). It's called by the audio driver to fetch the current audio status and ELD of the given HDMI/DP port. It returns the size of expected ELD bytes if it's valid, zero if no valid ELD is found, or a negative error code. The current state of audio o