diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-10-04 17:07:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-04 17:07:59 +0200 |
commit | 8a7a1b0029f200d4912fc2b5f940e1834cc22646 (patch) | |
tree | 132e96e5407641fe831f57923346f9a8fd9408d4 /target/linux | |
parent | 46f2ca9a8f36527746d59802434cf09c221ac905 (diff) | |
download | upstream-8a7a1b0029f200d4912fc2b5f940e1834cc22646.tar.gz upstream-8a7a1b0029f200d4912fc2b5f940e1834cc22646.tar.bz2 upstream-8a7a1b0029f200d4912fc2b5f940e1834cc22646.zip |
kernel: add missing symbols for Linux 3.18 (like d2f4479870)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.18 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 68fad28dc2..a5cc156add 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3597,7 +3597,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 |