Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46629 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
include/device/azalia_device: Fix typo
Change-Id: Iee2ffb3b5170cd4c630f2b26d1eb418b239a8e23 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/include/device/azalia_device.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/46629/1
diff --git a/src/include/device/azalia_device.h b/src/include/device/azalia_device.h index d510123..58d5f72 100644 --- a/src/include/device/azalia_device.h +++ b/src/include/device/azalia_device.h @@ -54,7 +54,7 @@ STEREO_MONO_1_4, ATAPI, RCA, - OPTIONAL, + OPTICAL, OTHER_DIGITAL, OTHER_ANALOG, MULTICHANNEL_ANALOG,