Skip to content

Commit d431348

Browse files
ujfalusibardliao
authored andcommitted
ASoC: SOF: Intel: hda-codec: Disable display audio device link creation
In systems where SOF is used there is no direct dependency between HDA controller and the display stack, there is no need to create the device link. Without the device link it will be allowed to suspend and resume the display and audio hardware in parallel. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 0aeb011 commit d431348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/hda-codec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ int hda_codec_i915_init(struct snd_sof_dev *sdev)
425425
return 0;
426426

427427
/* i915 exposes a HDA codec for HDMI audio */
428+
bus->i915_no_device_link = true;
428429
ret = snd_hdac_i915_init(bus);
429430
if (ret < 0)
430431
return ret;

0 commit comments

Comments
 (0)