EricR Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52314 )
Change subject: mb/google/octopus: Add log for ssfs update codec ......................................................................
mb/google/octopus: Add log for ssfs update codec
Add log to show the codec has been disabled.
BUG=b:185193926 TEST=cbmem -c | grep disabled, can find the codec name
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I8ce7e435ce73beb2a5cbf5883905554227b1989b --- M src/mainboard/google/octopus/mainboard.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/52314/1
diff --git a/src/mainboard/google/octopus/mainboard.c b/src/mainboard/google/octopus/mainboard.c index 91d29cf..5bf87e2 100644 --- a/src/mainboard/google/octopus/mainboard.c +++ b/src/mainboard/google/octopus/mainboard.c @@ -201,7 +201,7 @@ continue; } } - + printk(BIOS_INFO, "%s has been disabled\n", audio_dev->chip_ops->name); audio_dev->enabled = 0; } }