- 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. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel