[alsa-devel] [PATCH 2/2] hda - delayed ELD repoll

Wu Fengguang fengguang.wu at intel.com
Tue Nov 15 17:56:23 CET 2011


> -	if (eld_valid)
> +	if (eld_valid) {
>  		if (!snd_hdmi_get_eld(eld, codec, pin_nid))
>  			snd_hdmi_show_eld(eld);
> +		else {

Oops, forgot testing @retry here! Updated patch follows.

> +			queue_delayed_work(codec->bus->workq,
> +					   &eld->work,
> +					   msecs_to_jiffies(300));
> +		}
> +	}


More information about the Alsa-devel mailing list