From: Anssi Hannula Date: Sun, 10 Nov 2013 18:56:11 +0000 (+0200) Subject: ALSA: hda - hdmi: Skip out-of-range latency values in AMD ELD generator X-Git-Tag: v3.13-rc1~54^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5666824ce79f4e63e017c25f6e1d9b6e6f267b2;p=pandora-kernel.git ALSA: hda - hdmi: Skip out-of-range latency values in AMD ELD generator The ATI/AMD video/audio latencies are specified in apparent HDMI VSDB format. In this format values above 251 are not valid (or stream component is not supported - 255), but no checking is performed since this was not mentioned in the AMD HDA verbs specification. Check that the latencies are valid before using them, and add a comment describing the formats. Signed-off-by: Anssi Hannula Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed