ALSA: hda - Degrade i915 binding failure message
authorTakashi Iwai <tiwai@suse.de>
Wed, 20 Jan 2016 14:00:26 +0000 (15:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 20 Jan 2016 14:00:26 +0000 (15:00 +0100)
commitbed2e98e1f4db8b827df507abc30be7b11b0613d
tree8d02729367907aed033e7a48d01f2418e22a51f6
parent3568459a51136f418ca8cad48a0db3803010148a
ALSA: hda - Degrade i915 binding failure message

Currently HD-audio driver on Intel Skylake or Broxteon gives an error
message when binding with i915 audio component fails.  However, this
isn't any serious error on a system without Intel graphics.  Indeed
there are such systems, where a third-party codec (e.g. Creative) is
put on the mobo while using other discrete GPU (e.g. Nvidia).
Printing a kernel "error" message is overreaction in such a case.

This patch downgrades the print level for that message.  For systems
that mandate the i915 binding (e.g. Haswell or Broadwell HDMI/DP),
another kernel error message is shown in addition to make clear what
went wrong.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=111021
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c
sound/pci/hda/hda_intel.c