[alsa-devel] [PATCH] ASoC: Intel: Power down links before turning off display audio power

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Fri Nov 9 20:37:36 CET 2018


>   
> -	return 0;
> +	err = snd_hdac_display_power(bus, false);
> +	if (err < 0) {
> +		dev_err(dev, "Cannot turn off display power on i915\n");
> +		return err;
> +	}
> +
> +	return err;

oops, no need for these two returns. this was a bad copy/paste that 
wasn't detected in the reviews.

please ignore this one, will send a v2 shortly.



More information about the Alsa-devel mailing list