]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel.spec
add driver for wm8804 based audio add-on boards on raspberry pi
[packages/kernel.git] / kernel.spec
index 2d32f9c5ca1d5aa23554cdcc114859d00fc5cf33..3a5b943e5f48a8fd2a81d9d06bbcdd1dc597c93b 100644 (file)
@@ -225,6 +225,9 @@ Patch2003:  kernel-regressions.patch
 # based on ftp://ftp.leg.uct.ac.za/pub/linux/rip/tmpfs_root-2.6.30.diff.gz
 Patch7000:     kernel-inittmpfs.patch
 
+# ARM only
+Patch8000:     rpi-wm8804.patch
+
 # Do not remove this line, please. It is easier for me to uncomment two lines, then patch
 # kernel.spec every time.
 #Patch50000:   kernel-usb_reset.patch
@@ -692,6 +695,10 @@ cd linux-%{basever}
 %patch7000 -p1
 %endif
 
+%ifarch %{arm} aarch64
+%patch8000 -p1
+%endif
+
 %if %{with rt}
 %patch500 -p1
 rm -f localversion-rt
This page took 0.035221 seconds and 4 git commands to generate.