sb/intel/i82801jx/hdaudio.c: Rename to `azalia.c`

Other Intel southbridges use this name for the HD audio codec.

Change-Id: Ic96797e6c2028f082130211bb5f4270391f866c5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43681
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2020-07-21 20:37:14 +02:00
parent 0cd80270d1
commit df96d4db84
2 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ bootblock-y += early_init.c
romstage-y += early_init.c
ramstage-y += azalia.c
ramstage-y += fadt.c
ramstage-y += hdaudio.c
ramstage-y += i82801jx.c
ramstage-y += lpc.c
ramstage-y += pci.c