Skip to content
Commit b6acf013 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Don't spew too many ELD errors



Currently HD-audio driver shows the all error ELD byte as an error
in the kernel message.  This is annoying when the video driver doesn't
set the correct ELD from the beginning. e.g. radeon sends a zero-byte
data, but we still check ELD with the fixed 128 byte as a workaround
for some broken devices, it spews 128-times errors.

For avoiding this, the driver aborts reading when the first byte is
invalid.  In such a case, the whole data is certainly invalid.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 38b65190
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment