Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Fri, 4 Mar 2016 07:41:41 +0000 (08:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Mar 2016 07:41:41 +0000 (08:41 +0100)
Resolved the conflicts with the latest HDA HDMI fixes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
1  2 
sound/pci/hda/patch_hdmi.c
sound/usb/quirks.c

index 490931d020ee585e7bb3ab2db1d223c591fa285d,bcbc4ee10130a5ee86de2c23815eb85ec8684459..fe4141c43ddb76a32e3163fd075dc43ecd8449ae
@@@ -2964,7 -2498,18 +2957,19 @@@ static int patch_generic_hdmi(struct hd
  
        init_channel_allocations();
  
+       if (codec_has_acomp(codec)) {
+               codec->depop_delay = 0;
+               spec->i915_audio_ops.audio_ptr = codec;
+               /* intel_audio_codec_enable() or intel_audio_codec_disable()
+                * will call pin_eld_notify with using audio_ptr pointer
+                * We need make sure audio_ptr is really setup
+                */
+               wmb();
+               spec->i915_audio_ops.pin_eld_notify = intel_pin_eld_notify;
+               snd_hdac_i915_register_notifier(&spec->i915_audio_ops);
+       }
 +      WARN_ON(spec->dyn_pcm_assign && !codec_has_acomp(codec));
        return 0;
  }
  
Simple merge
This page took 0.031514 seconds and 5 git commands to generate.