summaryrefslogtreecommitdiffstats
path: root/arm-fix_radio_shark.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-08-28 22:57:38 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-08-28 22:58:54 +0100
commit901d1efc1ee919732acf6e92438f17b6e1fe0e06 (patch)
treeae6833a0c6b6d346d80591eb2ad6bc6108d783cc /arm-fix_radio_shark.patch
parent8858097b08956ceac889b0db814e64ed6f02bc75 (diff)
downloadkernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.tar.gz
kernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.tar.xz
kernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.zip
Add patches to fix OMAP drm, radio shark, tweak ARM config
Diffstat (limited to 'arm-fix_radio_shark.patch')
-rw-r--r--arm-fix_radio_shark.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/arm-fix_radio_shark.patch b/arm-fix_radio_shark.patch
new file mode 100644
index 000000000..63296a90e
--- /dev/null
+++ b/arm-fix_radio_shark.patch
@@ -0,0 +1,15 @@
+diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
+index ff3af6e..f99fa25 100644
+--- a/sound/pci/Kconfig
++++ b/sound/pci/Kconfig
+@@ -2,8 +2,8 @@
+
+ config SND_TEA575X
+ tristate
+- depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO
+- default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO
++ depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK
++ default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK
+
+ menuconfig SND_PCI
+ bool "PCI sound devices"