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:
parent
0cd80270d1
commit
df96d4db84
|
@ -7,8 +7,8 @@ bootblock-y += early_init.c
|
||||||
|
|
||||||
romstage-y += early_init.c
|
romstage-y += early_init.c
|
||||||
|
|
||||||
|
ramstage-y += azalia.c
|
||||||
ramstage-y += fadt.c
|
ramstage-y += fadt.c
|
||||||
ramstage-y += hdaudio.c
|
|
||||||
ramstage-y += i82801jx.c
|
ramstage-y += i82801jx.c
|
||||||
ramstage-y += lpc.c
|
ramstage-y += lpc.c
|
||||||
ramstage-y += pci.c
|
ramstage-y += pci.c
|
||||||
|
|
Loading…
Reference in New Issue