From 5c633dc912fb3dcc5aa87d9611109e14155b49da Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Wed, 14 Apr 2021 11:43:17 +0800 Subject: 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 Change-Id: I8ce7e435ce73beb2a5cbf5883905554227b1989b Reviewed-on: https://review.coreboot.org/c/coreboot/+/52314 Tested-by: build bot (Jenkins) Reviewed-by: Marco Chen --- src/mainboard/google/octopus/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') 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; } } -- cgit v1.2.3