Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2576
-gerrit
commit 7641891096058d6fe491e5fd657a4c58f19483fa Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sun Mar 3 12:01:15 2013 +0100
AMD Persimmon, LiPPERT: Fix typo code*c*
The following commit
commit f154c01802992dd98227c069937f63373ef35f42 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
had a typo in »codec«. 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 --- src/mainboard/amd/persimmon/platform_cfg.h | 2 +- src/mainboard/lippert/frontrunner-af/platform_cfg.h | 2 +- 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 b0ac180..0578e27 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 b94d3e3..1e6617b 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 3c09713..1c2a044 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])