diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-10-04 15:59:30 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-10-04 16:00:01 +0200 |
commit | d2f4479870030d2ca25baeb93bbd8881d6296547 (patch) | |
tree | d96c5a7861fdd99cd209c5cd61e1b072f8c14fc5 /target | |
parent | be6f836841300fc6e9c401946ad4e5384e178f89 (diff) | |
download | upstream-d2f4479870030d2ca25baeb93bbd8881d6296547.tar.gz upstream-d2f4479870030d2ca25baeb93bbd8881d6296547.tar.bz2 upstream-d2f4479870030d2ca25baeb93bbd8881d6296547.zip |
kernel: add missing symbols for Linux 4.1
Add some missing symbols to the generic 4.1 kernel config which got triggered
by the introduction of the hda-intel sound module.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 216eba4672..8600709e4b 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -3732,7 +3732,10 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_GUSCLASSIC is not set # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set +# CONFIG_SND_HDA_INPUT_JACK is not set # CONFIG_SND_HDA_INTEL is not set +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +CONFIG_SND_HDA_PREALLOC_SIZE=64 # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HRTIMER is not set |