soc/intel/common/hda_verb.c: Fix up comment style
Change-Id: I31c541fb197aca33ef64d2972a32924b61fd015c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51641 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
480c2de549
commit
aa566ad07f
|
@ -18,7 +18,8 @@ int hda_codec_detect(u8 *base)
|
|||
/* Write back the value once reset bit is set. */
|
||||
write16(base + HDA_GCAP_REG, read16(base + HDA_GCAP_REG));
|
||||
|
||||
/* Clear the "State Change Status Register" STATESTS bits
|
||||
/*
|
||||
* Clear the "State Change Status Register" STATESTS bits
|
||||
* for each of the "SDIN Stat Change Status Flag"
|
||||
*/
|
||||
write8(base + HDA_STATESTS_REG, 0xf);
|
||||
|
|
Loading…
Reference in New Issue