device/azalia_device: Export `codecs_init()`
commit42552ca90207ed085e0d1d9b38db19e5e6810116
authorAngel Pons <th3fanbus@gmail.com>
Wed, 10 Nov 2021 16:19:44 +0000 (10 17:19 +0100)
committerPaul Fagerburg <pfagerburg@chromium.org>
Thu, 11 Nov 2021 22:42:42 +0000 (11 22:42 +0000)
tree8155ea540591645fea66801110284e562069b2ed
parent18d616a8fe47dbf5a24336078deb980140123d8c
device/azalia_device: Export `codecs_init()`

Make the `codecs_init()` function non-static so that it can be used in
other places. Rename it to `azalia_codecs_init()` to avoid name clashes
with static definitions in southbridge code (which will be removed in
subsequent commits).

Change-Id: I080a73102b0c4f9f8a283cd93bba9b3b23169be0
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59108
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
src/device/azalia_device.c
src/include/device/azalia_device.h