Commit 9170f2c
ASoC: SOF: Intel: hda: Add module parameter to disable display audio bind
The SOF audio stack expects working Intel eGPU to probe and to have working
analog audio.
Under special circumstances users or developers can encounter issues of
no i915/Xe driver available and thus the SOF audio card is not probing:
- Booting kernel on a new architecture where the display driver is not yet
working (cannot even force probed)
- running in virtualized environment without access to eGPU resources
- booting with nomodeset
While the percentage of affected users are small, it can still cause
unreasonable obstacles on their use cases.
With the disable_display_audio_bind=true module parameter the binding can
be disabled to let the SOF stack to probe and provide at least working
analog audio. Obviously the display audio will not work, but that is
expected.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent a131a1c commit 9170f2c
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
704 | 710 | | |
705 | 711 | | |
706 | 712 | | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
707 | 716 | | |
708 | 717 | | |
709 | 718 | | |
| |||
0 commit comments