[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-86-gfb98766
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-04-26 14:01:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via fb98766f6cabd417c859b9f6b6aa3e06bb9731b2 (commit)
via e3345f0e125809e9d0d071a83f79acaaef5edcd8 (commit)
from 2308149cd42f625d74a7dd39094f7aabab25892b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fb98766f6cabd417c859b9f6b6aa3e06bb9731b2
Author: Julien Boibessot <jul...@ar...>
Date: Tue Apr 26 15:55:50 2011 +0200
Updates patches/buildroot/2010.11/cleanup_buildroot.sh
commit e3345f0e125809e9d0d071a83f79acaaef5edcd8
Author: Julien Boibessot <jul...@ar...>
Date: Tue Apr 26 15:47:06 2011 +0200
[LINUX] 2.6.38 APF51: set right input frequency for wm8960 on series boards
-----------------------------------------------------------------------
Summary of changes:
...soc-imx-add_apf51dev_wm8960_audio_support.patch | 14 +++++---------
patches/buildroot/2010.11/cleanup_buildroot.sh | 3 +++
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/421-armadeus-asoc-imx-add_apf51dev_wm8960_audio_support.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/421-armadeus-asoc-imx-add_apf51dev_wm8960_audio_support.patch
index c226430..361fdba 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/421-armadeus-asoc-imx-add_apf51dev_wm8960_audio_support.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/421-armadeus-asoc-imx-add_apf51dev_wm8960_audio_support.patch
@@ -1,8 +1,8 @@
Index: linux-2.6.38.1/sound/soc/imx/apf51dev-wm8960.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.38.1/sound/soc/imx/apf51dev-wm8960.c 2011-04-08 11:05:28.000000000 +0200
-@@ -0,0 +1,166 @@
++++ linux-2.6.38.1/sound/soc/imx/apf51dev-wm8960.c 2011-04-26 15:42:46.000000000 +0200
+@@ -0,0 +1,162 @@
+/*
+ * ASoC audio for APF51Dev (i.MX51 using Wolfson's WM8960)
+ *
@@ -45,11 +45,7 @@ Index: linux-2.6.38.1/sound/soc/imx/apf51dev-wm8960.c
+ struct snd_soc_dai *codec_dai = rtd->codec_dai;
+ int ret;
+
-+ /* TO BE CHECKED !! */
-+
-+ printk("--- %s %d\n", __func__, __LINE__);
-+
-+ ret = snd_soc_dai_set_pll(codec_dai, 0, 0, 16000000, 12280000);
++ ret = snd_soc_dai_set_pll(codec_dai, 0, 0, 12000000, 12280000);
+ if (ret) {
+ printk("APF51: Unable to set WM8960 PLL\n");
+ return ret;
@@ -172,7 +168,7 @@ Index: linux-2.6.38.1/sound/soc/imx/apf51dev-wm8960.c
Index: linux-2.6.38.1/sound/soc/imx/Kconfig
===================================================================
--- linux-2.6.38.1.orig/sound/soc/imx/Kconfig 2011-03-23 21:04:47.000000000 +0100
-+++ linux-2.6.38.1/sound/soc/imx/Kconfig 2011-04-06 09:16:53.000000000 +0200
++++ linux-2.6.38.1/sound/soc/imx/Kconfig 2011-04-26 13:49:48.000000000 +0200
@@ -52,4 +52,14 @@
Enable I2S based access to the TLV320AIC23B codec attached
to the SSI interface
@@ -191,7 +187,7 @@ Index: linux-2.6.38.1/sound/soc/imx/Kconfig
Index: linux-2.6.38.1/sound/soc/imx/Makefile
===================================================================
--- linux-2.6.38.1.orig/sound/soc/imx/Makefile 2011-03-23 21:04:47.000000000 +0100
-+++ linux-2.6.38.1/sound/soc/imx/Makefile 2011-04-06 09:16:53.000000000 +0200
++++ linux-2.6.38.1/sound/soc/imx/Makefile 2011-04-26 13:49:48.000000000 +0200
@@ -8,10 +8,12 @@
obj-$(CONFIG_SND_MXC_SOC_MX2) += snd-soc-imx-mx2.o
diff --git a/patches/buildroot/2010.11/cleanup_buildroot.sh b/patches/buildroot/2010.11/cleanup_buildroot.sh
index 077a0d0..d7d6d26 100755
--- a/patches/buildroot/2010.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2010.11/cleanup_buildroot.sh
@@ -51,3 +51,6 @@ rm -f buildroot/package/ncurses/ncurses-5.7-allows_build_with_old_ncurses_host_i
rm -rf buildroot/package/mysql_client/
rm -rf buildroot/package/portmap/
rm -rf buildroot/package/bluez3/
+rm -rf buildroot/package/ngircd/
+rm -rf buildroot/package/can-utils/
+
hooks/post-receive
--
armadeus
|