[alsa-devel] [PATCH] ASoC: TWL4030: Fix typo in comment in header file
Signed-off-by: Thomas Weber weber@corscience.de --- sound/soc/codecs/twl4030.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/twl4030.h b/sound/soc/codecs/twl4030.h index dd6396e..f206d24 100644 --- a/sound/soc/codecs/twl4030.h +++ b/sound/soc/codecs/twl4030.h @@ -25,7 +25,7 @@ /* Register descriptions are here */ #include <linux/mfd/twl4030-codec.h>
-/* Sgadow register used by the audio driver */ +/* Shadow register used by the audio driver */ #define TWL4030_REG_SW_SHADOW 0x4A #define TWL4030_CACHEREGNUM (TWL4030_REG_SW_SHADOW + 1)
On Tuesday 12 January 2010 18:07:18 ext Thomas Weber wrote:
Signed-off-by: Thomas Weber weber@corscience.de
sound/soc/codecs/twl4030.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/twl4030.h b/sound/soc/codecs/twl4030.h index dd6396e..f206d24 100644 --- a/sound/soc/codecs/twl4030.h +++ b/sound/soc/codecs/twl4030.h @@ -25,7 +25,7 @@ /* Register descriptions are here */ #include <linux/mfd/twl4030-codec.h>
-/* Sgadow register used by the audio driver */ +/* Shadow register used by the audio driver */ #define TWL4030_REG_SW_SHADOW 0x4A #define TWL4030_CACHEREGNUM (TWL4030_REG_SW_SHADOW + 1)
Oh yes, thank you!
Acked-by: Peter Ujfalusi peter.ujfalusi@nokia.com
On Wed, Jan 13, 2010 at 08:56:26AM +0200, Peter Ujfalusi wrote:
Oh yes, thank you!
Acked-by: Peter Ujfalusi peter.ujfalusi@nokia.com
Applied, thanks.
participants (3)
-
Mark Brown
-
Peter Ujfalusi
-
Thomas Weber