Extracts sads from edid
int drm_edid_to_sad(struct edid * edid, struct cea_sad ** sads);
edid
EDID to parse
sads
pointer that will be set to the extracted SADs
Looks for CEA EDID block and extracts SADs (Short Audio Descriptors) from it.
The returned pointer needs to be freed using kfree.
The number of found SADs or negative number on error.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place