3 Jul
2014
3 Jul
'14
11:06 a.m.
-----Original Message----- From: Takashi Iwai [mailto:tiwai@suse.de] Sent: Thursday, July 03, 2014 2:31 PM
--- a/sound/pci/hda/hda_i915.h +++ b/sound/pci/hda/hda_i915.h @@ -18,6 +18,7 @@
#ifdef CONFIG_SND_HDA_I915 int hda_display_power(bool enable); +void haswell_set_bclk(struct azx *chip); int hda_i915_init(void); int hda_i915_exit(void); #else
Define a dummy function for !CONFIG_SND_HDA_I915, too. Otherwise the build will break.
I'll be off for today and pick up the revised patch later.
I added the missing dummy function in the v3 patch, and tested the build with !CONFIG_DRM_I915 and !CONFIG_SND_HDA_I915. Please review.
Thanks again Mengdong