diff options
author | Michael Lee <igvtee@gmail.com> | 2016-06-24 13:07:36 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 13:07:36 +0200 |
commit | 621cbbc163269f45b1b766df8c3789f5bd3ae065 (patch) | |
tree | 4a81a593c68a71c053459268b3568d14af4049d1 /target/linux/ramips | |
parent | 963cf40f88f8a9af542549dbab1e11249225a0cf (diff) | |
download | master-187ad058-621cbbc163269f45b1b766df8c3789f5bd3ae065.tar.gz master-187ad058-621cbbc163269f45b1b766df8c3789f5bd3ae065.tar.bz2 master-187ad058-621cbbc163269f45b1b766df8c3789f5bd3ae065.zip |
ramips: enable wm8960 kernel menuconfig select option
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch b/target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch new file mode 100644 index 0000000000..6272b71607 --- /dev/null +++ b/target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch @@ -0,0 +1,11 @@ +--- a/sound/soc/codecs/Kconfig ++++ b/sound/soc/codecs/Kconfig +@@ -825,7 +825,7 @@ config SND_SOC_WM8955 + tristate + + config SND_SOC_WM8960 +- tristate ++ tristate "Wolfson Microelectronics WM8960 CODEC" + + config SND_SOC_WM8961 + tristate |