diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-03 12:01:15 +0100 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-03 22:36:39 +0100 |
commit | 56ad905e4ca5cf09a0b0d93ee6586e7ac02ad8fc (patch) | |
tree | 2f9fabdb3b0a0752d9ebdf35dda4bd6aa35dd9ee /src | |
parent | f35ce497d1bbf646e3397ba34dc350b43ac81a44 (diff) | |
download | coreboot-56ad905e4ca5cf09a0b0d93ee6586e7ac02ad8fc.tar.xz |
AMD Persimmon, LiPPERT Fam14: Fix typo code*c* in comment
Commit f154c018
Author: Marc Jones <marcj303@gmail.com>
Date: Wed Dec 14 11:24:00 2011 -0700
Persimmon audio codec verb patch.
Reviewed-on: http://review.coreboot.org/490
has a typo code*c* in the comments for `AZALIA_OEM_VERB_TABLE`. As
this was copied over to the LiPPERT Fam14 boards, use the following
command to fix the typo.
$ git grep -l cocec | xargs sed -i s,cocec,codec,
Change-Id: I1525b0445edab81ab136b3adece52b78ba7abc71
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2576
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/persimmon/platform_cfg.h | 2 | ||||
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/platform_cfg.h | 2 | ||||
-rw-r--r-- | src/mainboard/lippert/toucan-af/platform_cfg.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h index b0ac180420..0578e27081 100644 --- a/src/mainboard/amd/persimmon/platform_cfg.h +++ b/src/mainboard/amd/persimmon/platform_cfg.h @@ -252,7 +252,7 @@ static const CODECTBLLIST codec_tablelist[] = /** * @def AZALIA_OEM_VERB_TABLE - * Mainboard specific cocec verb table list + * Mainboard specific codec verb table list */ #define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0]) diff --git a/src/mainboard/lippert/frontrunner-af/platform_cfg.h b/src/mainboard/lippert/frontrunner-af/platform_cfg.h index b94d3e3cea..1e6617b404 100644 --- a/src/mainboard/lippert/frontrunner-af/platform_cfg.h +++ b/src/mainboard/lippert/frontrunner-af/platform_cfg.h @@ -254,7 +254,7 @@ static const CODECTBLLIST codec_tablelist[] = /** * @def AZALIA_OEM_VERB_TABLE - * Mainboard specific cocec verb table list + * Mainboard specific codec verb table list */ #define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0]) diff --git a/src/mainboard/lippert/toucan-af/platform_cfg.h b/src/mainboard/lippert/toucan-af/platform_cfg.h index 3c09713ad4..1c2a044570 100644 --- a/src/mainboard/lippert/toucan-af/platform_cfg.h +++ b/src/mainboard/lippert/toucan-af/platform_cfg.h @@ -254,7 +254,7 @@ static const CODECTBLLIST codec_tablelist[] = /** * @def AZALIA_OEM_VERB_TABLE - * Mainboard specific cocec verb table list + * Mainboard specific codec verb table list */ #define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0]) |