Commit 0aeb011
ALSA: hda/i915: Add flag to hdac_bus to disable device link for display audio
i915_no_device_link can be set by audio stacks where there is no direct
hardware dependency exist between display and HDA.
The flag will be passed to acomp->no_device_link for the display stack to
skip the creation of the display link if it is set.
By default the link creation will remain to ensure that it is skipped only
when it is possible by the architecture.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent aa07f95 commit 0aeb011
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
122 | 126 | | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
0 commit comments