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>
This commit is contained in:
Eric Lai 2021-04-14 11:43:17 +08:00 committed by Patrick Georgi
parent ba49444c33
commit 5c633dc912
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}