All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53316F99.6080709@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 9b9e73c..b2f94ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -134,8 +134,3 @@ running mode.
 >   	ret = regmap_read(wm8904->regmap, WM8904_SW_RESET_AND_ID, &val);
 >   	if (ret < 0) {
 >   		dev_err(&i2c->dev, "Failed to read ID register: %d\n", ret);
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-sound" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 305c45e..8669ed5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01395741416-23981-1-git-send-email-voice.shen@atmel.com\0"
  "From\0Boris BREZILLON <b.brezillon.dev@gmail.com>\0"
  "Subject\0Re: [RFC v2 PATCH] ASoC: wm8904: add CCF support\0"
- "Date\0Tue, 25 Mar 2014 12:59:21 +0100\0"
+ "Date\0Tue, 25 Mar 2014 11:59:21 +0000\0"
  "To\0Bo Shen <voice.shen@atmel.com>"
  " Mark Brown <broonie@kernel.org>\0"
  "Cc\0nicolas.ferre@atmel.com"
@@ -146,11 +146,6 @@
  "> +\n"
  ">   \tret = regmap_read(wm8904->regmap, WM8904_SW_RESET_AND_ID, &val);\n"
  ">   \tif (ret < 0) {\n"
- ">   \t\tdev_err(&i2c->dev, \"Failed to read ID register: %d\\n\", ret);\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-sound\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ ">   \t\tdev_err(&i2c->dev, \"Failed to read ID register: %d\\n\", ret);"
 
-73eb9e2a458361b2b141b5ab4ca961388e22618c51c9e840a30287102bda8207
+504bbc9c0e2577109b3dbdca0f76e340795ed87b8c329c5316604c7e251d2a92

diff --git a/a/1.txt b/N2/1.txt
index 9b9e73c..91743d8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 Hello Bo,
 
-Le 25/03/2014 10:56, Bo Shen a écrit :
+Le 25/03/2014 10:56, Bo Shen a ?crit :
 > Enable WM8904 to support common clock framework.
 >    - Now it supports use SoC provided clock or external oscillator
 >      as MCLK.
@@ -45,7 +45,7 @@ Le 25/03/2014 10:56, Bo Shen a écrit :
 > +Examples:
 > +
 > +1. Using SoC provided clock as mclk:
-> +codec: wm8904@1a {
+> +codec: wm8904 at 1a {
 > +	compatible = "wlf,wm8904";
 > +	reg = <0x1a>;
 > +	clocks = <&pck0>;
@@ -55,7 +55,7 @@ Le 25/03/2014 10:56, Bo Shen a écrit :
 
 > +
 > +2. Using external oscillator as mclk:
-> +codec: wm8904@1a {
+> +codec: wm8904 at 1a {
 > +	compatible = "wlf,wm8904";
 > +	reg = <0x1a>;
 > +
@@ -134,8 +134,3 @@ running mode.
 >   	ret = regmap_read(wm8904->regmap, WM8904_SW_RESET_AND_ID, &val);
 >   	if (ret < 0) {
 >   		dev_err(&i2c->dev, "Failed to read ID register: %d\n", ret);
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-sound" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 305c45e..557e7cc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,19 +1,13 @@
  "ref\01395741416-23981-1-git-send-email-voice.shen@atmel.com\0"
- "From\0Boris BREZILLON <b.brezillon.dev@gmail.com>\0"
- "Subject\0Re: [RFC v2 PATCH] ASoC: wm8904: add CCF support\0"
+ "From\0b.brezillon.dev@gmail.com (Boris BREZILLON)\0"
+ "Subject\0[RFC v2 PATCH] ASoC: wm8904: add CCF support\0"
  "Date\0Tue, 25 Mar 2014 12:59:21 +0100\0"
- "To\0Bo Shen <voice.shen@atmel.com>"
- " Mark Brown <broonie@kernel.org>\0"
- "Cc\0nicolas.ferre@atmel.com"
-  mark.rutland@arm.com
-  linux-arm-kernel@lists.infradead.org
-  linux-sound@vger.kernel.org
- " alsa-devel@alsa-project.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello Bo,\n"
  "\n"
- "Le 25/03/2014 10:56, Bo Shen a \303\251crit :\n"
+ "Le 25/03/2014 10:56, Bo Shen a ?crit :\n"
  "> Enable WM8904 to support common clock framework.\n"
  ">    - Now it supports use SoC provided clock or external oscillator\n"
  ">      as MCLK.\n"
@@ -58,7 +52,7 @@
  "> +Examples:\n"
  "> +\n"
  "> +1. Using SoC provided clock as mclk:\n"
- "> +codec: wm8904@1a {\n"
+ "> +codec: wm8904 at 1a {\n"
  "> +\tcompatible = \"wlf,wm8904\";\n"
  "> +\treg = <0x1a>;\n"
  "> +\tclocks = <&pck0>;\n"
@@ -68,7 +62,7 @@
  "\n"
  "> +\n"
  "> +2. Using external oscillator as mclk:\n"
- "> +codec: wm8904@1a {\n"
+ "> +codec: wm8904 at 1a {\n"
  "> +\tcompatible = \"wlf,wm8904\";\n"
  "> +\treg = <0x1a>;\n"
  "> +\n"
@@ -146,11 +140,6 @@
  "> +\n"
  ">   \tret = regmap_read(wm8904->regmap, WM8904_SW_RESET_AND_ID, &val);\n"
  ">   \tif (ret < 0) {\n"
- ">   \t\tdev_err(&i2c->dev, \"Failed to read ID register: %d\\n\", ret);\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-sound\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ ">   \t\tdev_err(&i2c->dev, \"Failed to read ID register: %d\\n\", ret);"
 
-73eb9e2a458361b2b141b5ab4ca961388e22618c51c9e840a30287102bda8207
+75a80203029e644e649a1bfb26cb2c0662d4e046c47c1d2ebe7208ec1d1b4346

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.