diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-10-28 12:43:29 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-10-28 12:43:34 +0100 |
commit | e2e556a9549eebde9797a04729efdfc54f37e5cc (patch) | |
tree | be8e60c5c7021ebb3bda12ebe8a921fbb8883c4e /sound/soc/sof/intel/Kconfig | |
parent | 0a671dc500553cf6f4cc3efbcb0923b5e9adccb5 (diff) | |
parent | 1a7f60b9df614bb36d14dc0c0bc898a31b2b506f (diff) | |
download | linux-e2e556a9549eebde9797a04729efdfc54f37e5cc.tar.bz2 |
Merge branch 'for-linus' into for-next
Back-merge the development process for catching up the HD-audio fix
(and apply a new one on top of that).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/sof/intel/Kconfig')
-rw-r--r-- | sound/soc/sof/intel/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 806dfa0e5eae..05f4aed13af9 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -273,6 +273,16 @@ config SND_SOC_SOF_HDA_AUDIO_CODEC Say Y if you want to enable HDAudio codecs with SOF. If unsure select "N". +config SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 + bool "SOF enable DMI Link L1" + help + This option enables DMI L1 for both playback and capture + and disables known workarounds for specific HDaudio platforms. + Only use to look into power optimizations on platforms not + affected by DMI L1 issues. This option is not recommended. + Say Y if you want to enable DMI Link L1 + If unsure, select "N". + endif ## SND_SOC_SOF_HDA_COMMON config SND_SOC_SOF_HDA_LINK_BASELINE |