diff for duplicates of <20100527130338.244016052@mandriva.com> diff --git a/a/1.txt b/N1/1.txt index cea0ec3..c4f4255 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,42 +1,3 @@ -This patch is reponsible for enabling audio on the openrd client board - -Signed-off-by: Arnaud Patard <apatard@mandriva.com> - -Index: sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c -=================================================================== ---- sound-2.6.orig/arch/arm/mach-kirkwood/openrd-setup.c 2010-05-27 14:09:33.076174419 +0200 -+++ sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c 2010-05-27 14:09:42.067694397 +0200 -@@ -15,6 +15,7 @@ - #include <linux/mtd/partitions.h> - #include <linux/ata_platform.h> - #include <linux/mv643xx_eth.h> -+#include <linux/i2c.h> - #include <asm/mach-types.h> - #include <asm/mach/arch.h> - #include <mach/kirkwood.h> -@@ -60,6 +61,12 @@ static unsigned int openrd_mpp_config[] - 0 - }; - -+static struct i2c_board_info i2c_board_info[] __initdata = { -+ { -+ I2C_BOARD_INFO("cs42l51", 0x4a), -+ }, -+}; -+ - static void __init openrd_init(void) - { - /* -@@ -80,6 +87,12 @@ static void __init openrd_init(void) - kirkwood_sdio_init(&openrd_mvsdio_data); - - kirkwood_i2c_init(); -+ -+ if (machine_is_openrd_client()) { -+ i2c_register_board_info(0, i2c_board_info, -+ ARRAY_SIZE(i2c_board_info)); -+ kirkwood_audio_init(); -+ } - } - - static int __init openrd_pci_init(void) +An embedded and charset-unspecified text was scrubbed... +Name: openrd_init_audio_dev.patch +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100527/e036f32d/attachment.el> diff --git a/a/content_digest b/N1/content_digest index 815cd03..1279582 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,59 +1,12 @@ "ref\020100527125737.524554667@mandriva.com\0" - "From\0apatard@mandriva.com\0" + "From\0apatard@mandriva.com (apatard at mandriva.com)\0" "Subject\0[patch 2/6] openrd-client: initialise audio\0" "Date\0Thu, 27 May 2010 14:57:39 +0200\0" - "To\0alsa-devel@alsa-project.org\0" - "Cc\0nico@fluxnic.net" - broonie@opensource.wolfsonmicro.com - saeed@marvell.com - Arnaud Patard <apatard@mandriva.com> - tbm@cyrius.com - linux-arm-kernel@lists.infradead.org - " lrg@slimlogic.co.uk\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" - "fn\0openrd_init_audio_dev.patch\0" "b\0" - "This patch is reponsible for enabling audio on the openrd client board\n" - "\n" - "Signed-off-by: Arnaud Patard <apatard@mandriva.com>\n" - "\n" - "Index: sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c\n" - "===================================================================\n" - "--- sound-2.6.orig/arch/arm/mach-kirkwood/openrd-setup.c\t2010-05-27 14:09:33.076174419 +0200\n" - "+++ sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c\t2010-05-27 14:09:42.067694397 +0200\n" - "@@ -15,6 +15,7 @@\n" - " #include <linux/mtd/partitions.h>\n" - " #include <linux/ata_platform.h>\n" - " #include <linux/mv643xx_eth.h>\n" - "+#include <linux/i2c.h>\n" - " #include <asm/mach-types.h>\n" - " #include <asm/mach/arch.h>\n" - " #include <mach/kirkwood.h>\n" - "@@ -60,6 +61,12 @@ static unsigned int openrd_mpp_config[]\n" - " \t0\n" - " };\n" - " \n" - "+static struct i2c_board_info i2c_board_info[] __initdata = {\n" - "+\t{\n" - "+\t\tI2C_BOARD_INFO(\"cs42l51\", 0x4a),\n" - "+\t},\n" - "+};\n" - "+\n" - " static void __init openrd_init(void)\n" - " {\n" - " \t/*\n" - "@@ -80,6 +87,12 @@ static void __init openrd_init(void)\n" - " \tkirkwood_sdio_init(&openrd_mvsdio_data);\n" - " \n" - " \tkirkwood_i2c_init();\n" - "+\n" - "+\tif (machine_is_openrd_client()) {\n" - "+\t\ti2c_register_board_info(0, i2c_board_info,\n" - "+\t\t\tARRAY_SIZE(i2c_board_info));\n" - "+\t\tkirkwood_audio_init();\n" - "+\t}\n" - " }\n" - " \n" - static int __init openrd_pci_init(void) + "An embedded and charset-unspecified text was scrubbed...\n" + "Name: openrd_init_audio_dev.patch\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100527/e036f32d/attachment.el> -abe5557239635e409bf03ccb23e5ee4e4dbc2c005efd383ca878224f891f943e +941849f1f83604c96b638bc1835776510af72a198db4cda153a0c34dc4195362
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.