diff options
author | Michael Lee <igvtee@gmail.com> | 2016-05-21 21:12:53 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 49b74218362eca516af5a4697a00cd4fa5d3640b (patch) | |
tree | f5d4b6453c3883ea79c47e8f4a6f85ad15734df3 /target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch | |
parent | 6f61990d157aea35a25f2f5e7e12528a1da5809e (diff) | |
download | upstream-49b74218362eca516af5a4697a00cd4fa5d3640b.tar.gz upstream-49b74218362eca516af5a4697a00cd4fa5d3640b.tar.bz2 upstream-49b74218362eca516af5a4697a00cd4fa5d3640b.zip |
ramips: enable wm8960 kernel menuconfig select option
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/patches-4.4/0721-asoc-enable-wm8960-kconfig.patch')
-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 |