All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] make sound work out of the box for raspberrypi2
@ 2015-03-22 20:21 Andreas Müller
  2015-03-23 15:59 ` Gary Thomas
  0 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2015-03-22 20:21 UTC (permalink / raw)
  To: yocto

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...-during-boot-by-compiling-SND_BCM2835-int.patch | 38 ++++++++++++++++++++++
 recipes-kernel/linux/linux-raspberrypi_3.18.bb     |  8 +++--
 2 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 recipes-kernel/linux/linux-raspberrypi/0001-start-sound-during-boot-by-compiling-SND_BCM2835-int.patch

diff --git a/recipes-kernel/linux/linux-raspberrypi/0001-start-sound-during-boot-by-compiling-SND_BCM2835-int.patch b/recipes-kernel/linux/linux-raspberrypi/0001-start-sound-during-boot-by-compiling-SND_BCM2835-int.patch
new file mode 100644
index 0000000..cb06253
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi/0001-start-sound-during-boot-by-compiling-SND_BCM2835-int.patch
@@ -0,0 +1,38 @@
+From dc6d02c68956a1833bd30159d4e411f1515db66e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
+Date: Wed, 18 Mar 2015 23:51:37 +0100
+Subject: [PATCH] start sound during boot by compiling SND_BCM2835 into kernel
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
+---
+ arch/arm/configs/bcm2709_defconfig | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
+index b5bf4cb..426f2ed 100644
+--- a/arch/arm/configs/bcm2709_defconfig
++++ b/arch/arm/configs/bcm2709_defconfig
+@@ -765,7 +765,7 @@ CONFIG_LOGO=y
+ # CONFIG_LOGO_LINUX_MONO is not set
+ # CONFIG_LOGO_LINUX_VGA16 is not set
+ CONFIG_SOUND=y
+-CONFIG_SND=m
++CONFIG_SND=y
+ CONFIG_SND_SEQUENCER=m
+ CONFIG_SND_SEQ_DUMMY=m
+ CONFIG_SND_MIXER_OSS=m
+@@ -778,7 +778,7 @@ CONFIG_SND_VIRMIDI=m
+ CONFIG_SND_MTPAV=m
+ CONFIG_SND_SERIAL_U16550=m
+ CONFIG_SND_MPU401=m
+-CONFIG_SND_BCM2835=m
++CONFIG_SND_BCM2835=y
+ CONFIG_SND_USB_AUDIO=m
+ CONFIG_SND_USB_UA101=m
+ CONFIG_SND_USB_CAIAQ=m
+-- 
+1.9.3
+
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
index 921e702..053e892 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.18.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
@@ -1,8 +1,10 @@
 LINUX_VERSION ?= "3.18.5"
 
 SRCREV = "a6cf3c99bc89e2c010c2f78fbf9e3ed478ccfd46"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
+SRC_URI = " \
+    git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \
+    file://sl030raspberrypii2ckernel.patch \
+    file://0001-start-sound-during-boot-by-compiling-SND_BCM2835-int.patch \
+"
 
 require linux-raspberrypi.inc
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-03-24 11:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 20:21 [meta-raspberrypi][PATCH] make sound work out of the box for raspberrypi2 Andreas Müller
2015-03-23 15:59 ` Gary Thomas
2015-03-23 16:42   ` Alex J Lennon
2015-03-23 17:08     ` Gary Thomas
2015-03-23 17:13       ` Alex J Lennon
2015-03-23 17:33         ` Gary Thomas
2015-03-23 17:41           ` Andrei Gherzan
2015-03-23 19:01             ` Gary Thomas
2015-03-23 20:57   ` Andreas Müller
2015-03-23 21:43     ` Gary Thomas
2015-03-23 22:22       ` Andreas Müller
2015-03-23 23:14         ` Gary Thomas
2015-03-24  7:21           ` Andreas Müller
2015-03-24  8:21             ` Alex J Lennon
2015-03-24  8:40               ` Alex J Lennon
2015-03-24 11:21                 ` Gary Thomas
2015-03-24 11:31                   ` Alex J Lennon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.