Commit 177bf44
ASoC: SOF: Intel: hda: call snd_hda_set_power_save from SOF code
Even though SOF sets its own suspend delay, the possible HDA part of the
driver ignores it. So even as SOF sets the suspend delay to 2s, hda part
will suspend immediately or depending on the setup of
CONFIG_SND_HDA_POWER_SAVE_DEFAULT. This will lead in some cases to jack
pins being detected incorrectly. So setup the HDA suspend delay time in
HDA to same value as SOF tries to set itself.
Signed-off-by: Jaska Uimonen <jaska.uimonen@linux.intel.com>1 parent ac42b8a commit 177bf44
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
| 601 | + | |
600 | 602 | | |
601 | 603 | | |
602 | 604 | | |
| |||
0 commit comments