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>
This commit is contained in:
parent
f35ce497d1
commit
56ad905e4c
|
@ -252,7 +252,7 @@ static const CODECTBLLIST codec_tablelist[] =
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def AZALIA_OEM_VERB_TABLE
|
* @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])
|
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
|
||||||
|
|
||||||
|
|
|
@ -254,7 +254,7 @@ static const CODECTBLLIST codec_tablelist[] =
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def AZALIA_OEM_VERB_TABLE
|
* @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])
|
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
|
||||||
|
|
||||||
|
|
|
@ -254,7 +254,7 @@ static const CODECTBLLIST codec_tablelist[] =
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def AZALIA_OEM_VERB_TABLE
|
* @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])
|
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue