Re: [GIT PULL] sound updates for 4.5-rc1

From: Linus Torvalds
Date: Sun Jan 17 2016 - 16:16:23 EST


On Sat, Jan 16, 2016 at 8:03 AM, Takashi Iwai <tiwai@xxxxxxx> wrote:
>
> [NOTE: this contains also many commits for DRM. This is due to the
> pull of drm stable branch into sound tree, as the base of i915 audio
> component work for HD-audio. The highlights below don't contain
> these DRM changes, as these are supposed to be pulled via drm tree in
> anyway sooner or later.]

The drm parts also introduce a new warning:

drivers/gpu/drm/i915/intel_display.c:5232:0: warning:
"for_each_power_domain" redefined
drivers/gpu/drm/i915/i915_drv.h:312:0: note: this is the location of
the previous definition

which I'm leaving alone because I'm hoping that it will just magically
fix itself when I get the full drm pull.

But I wanted to mention it, just to make sure that it _does_ get fixed.

Linus