diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2021-04-14 11:43:17 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:42:38 +0000 |
commit | 5c633dc912fb3dcc5aa87d9611109e14155b49da (patch) | |
tree | 78956647074b6794add224bb4c248ae26e36b38d /src/mainboard/google | |
parent | ba49444c336b8207bc055a73ee860d056aef46d4 (diff) |
mb/google/octopus: Add log for ssfc 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52314
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marco Chen <marcochen@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/octopus/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/mainboard.c b/src/mainboard/google/octopus/mainboard.c index 91d29cf61c..5bf87e23f5 100644 --- a/src/mainboard/google/octopus/mainboard.c +++ b/src/mainboard/google/octopus/mainboard.c @@ -201,7 +201,7 @@ static void audio_codec_device_update(void) continue; } } - + printk(BIOS_INFO, "%s has been disabled\n", audio_dev->chip_ops->name); audio_dev->enabled = 0; } } |