diff options
author | Jeremy Cline <jeremy@jcline.org> | 2017-12-15 09:39:04 -0500 |
---|---|---|
committer | Jeremy Cline <jeremy@jcline.org> | 2017-12-15 09:39:04 -0500 |
commit | b59e92ed224f67d00ec8e3b81e359144b54e16f3 (patch) | |
tree | a33133aa234e9d41963144102d1466711416d670 /configs/base-generic | |
parent | c7187efdb430fb43d0fc384fcf561aa44e7ac2e6 (diff) | |
download | kernel-b59e92ed224f67d00ec8e3b81e359144b54e16f3.tar.gz kernel-b59e92ed224f67d00ec8e3b81e359144b54e16f3.tar.xz kernel-b59e92ed224f67d00ec8e3b81e359144b54e16f3.zip |
Set CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 on x86_64 only (rhbz 1525561)
Diffstat (limited to 'configs/base-generic')
-rw-r--r-- | configs/base-generic/CONFIG_SND_HDA_POWER_SAVE_DEFAULT | 2 | ||||
-rw-r--r-- | configs/base-generic/x86/x86_64/CONFIG_SND_HDA_POWER_SAVE_DEFAULT | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/base-generic/CONFIG_SND_HDA_POWER_SAVE_DEFAULT b/configs/base-generic/CONFIG_SND_HDA_POWER_SAVE_DEFAULT index ba018972d..ce02ec981 100644 --- a/configs/base-generic/CONFIG_SND_HDA_POWER_SAVE_DEFAULT +++ b/configs/base-generic/CONFIG_SND_HDA_POWER_SAVE_DEFAULT @@ -1 +1 @@ -CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 diff --git a/configs/base-generic/x86/x86_64/CONFIG_SND_HDA_POWER_SAVE_DEFAULT b/configs/base-generic/x86/x86_64/CONFIG_SND_HDA_POWER_SAVE_DEFAULT new file mode 100644 index 000000000..ba018972d --- /dev/null +++ b/configs/base-generic/x86/x86_64/CONFIG_SND_HDA_POWER_SAVE_DEFAULT @@ -0,0 +1 @@ +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 |