|
@@ -2078,9 +2078,11 @@ static int azx_probe_continue(struct azx *chip)
|
|
* for other chips, still continue probing as other
|
|
* for other chips, still continue probing as other
|
|
* codecs can be on the same link.
|
|
* codecs can be on the same link.
|
|
*/
|
|
*/
|
|
- if (CONTROLLER_IN_GPU(pci))
|
|
|
|
|
|
+ if (CONTROLLER_IN_GPU(pci)) {
|
|
|
|
+ dev_err(chip->card->dev,
|
|
|
|
+ "HSW/BDW HD-audio HDMI/DP requires binding with gfx driver\n");
|
|
goto out_free;
|
|
goto out_free;
|
|
- else
|
|
|
|
|
|
+ } else
|
|
goto skip_i915;
|
|
goto skip_i915;
|
|
}
|
|
}
|
|
|
|
|