summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2021-02-16 10:03:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-24 07:55:15 +0000
commit1834fbb83b1ea6503b980da4d1cf294bd516dbdf (patch)
tree070f550d2e2aee6b35aa0dbfc85cbb89bc4b47f9 /src/device
parent5d31dfa8df50dc6020a145f7c5123d93538167cc (diff)
downloadcoreboot-1834fbb83b1ea6503b980da4d1cf294bd516dbdf.tar.xz
device/azalia_device.c: Program beep verbs
Change-Id: I11b362d5e586194501de5dbd11f9c934a9d53940 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50793 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/azalia_device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c
index ad0858affa..013a49a2c0 100644
--- a/src/device/azalia_device.c
+++ b/src/device/azalia_device.c
@@ -270,6 +270,8 @@ static void codecs_init(struct device *dev, u8 *base, u16 codec_mask)
if (codec_mask & (1 << i))
codec_init(dev, base, i);
}
+
+ azalia_program_verb_table(base, pc_beep_verbs, pc_beep_verbs_size);
}
void azalia_audio_init(struct device *dev)