diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-05-19 18:36:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-05-19 18:36:15 +0000 |
commit | c0435a971e9c21ebf694b221717e7a73f12662ec (patch) | |
tree | 6daa92bd257c9376af180e7bb3649dca91589812 /target/linux/generic/patches-3.10/251-sound_kconfig.patch | |
parent | 87203c404996884334a9584fce0d8a251bf9fb43 (diff) | |
download | upstream-c0435a971e9c21ebf694b221717e7a73f12662ec.tar.gz upstream-c0435a971e9c21ebf694b221717e7a73f12662ec.tar.bz2 upstream-c0435a971e9c21ebf694b221717e7a73f12662ec.zip |
kernel: generic: add 3.10-rc1 support
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36663
Diffstat (limited to 'target/linux/generic/patches-3.10/251-sound_kconfig.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/251-sound_kconfig.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.10/251-sound_kconfig.patch b/target/linux/generic/patches-3.10/251-sound_kconfig.patch new file mode 100644 index 0000000000..916363c814 --- /dev/null +++ b/target/linux/generic/patches-3.10/251-sound_kconfig.patch @@ -0,0 +1,18 @@ +--- a/sound/core/Kconfig ++++ b/sound/core/Kconfig +@@ -7,13 +7,13 @@ config SND_PCM + select SND_TIMER + + config SND_HWDEP +- tristate ++ tristate "Sound hardware support" + + config SND_RAWMIDI + tristate + + config SND_COMPRESS_OFFLOAD +- tristate ++ tristate "Compression offloading support" + + # To be effective this also requires INPUT - users should say: + # select SND_JACK if INPUT=y || INPUT=SND |