azalia: Make `find_verb` function non-static
commit75c4f06314f64b570f7535e308ab0f4e7b316dea
authorAngel Pons <th3fanbus@gmail.com>
Sat, 5 Dec 2020 17:15:48 +0000 (5 18:15 +0100)
committerHung-Te Lin <hungte@chromium.org>
Thu, 17 Dec 2020 13:53:51 +0000 (17 13:53 +0000)
tree338845f579fc2e43464933ced0536853798fd1eb
parente108e41b3347f29e0f266949d70cc2f01e6adebd
azalia: Make `find_verb` function non-static

To allow dropping copies of this function, make it non-static. Also,
rename it to `azalia_find_verb` as the function is now globally visible.
Finally, replace the copies in chipset code with `azalia_find_verb`.

Change-Id: Ie66323b2c62139e86d3d7e003f6653a3def7b5f2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48348
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
src/device/azalia_device.c
src/include/device/azalia_device.h
src/southbridge/intel/bd82x6x/azalia.c
src/southbridge/intel/i82801gx/azalia.c
src/southbridge/intel/i82801ix/azalia.c
src/southbridge/intel/i82801jx/azalia.c
src/southbridge/intel/ibexpeak/azalia.c