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>
This commit is contained in:
Patrick Rudolph 2021-02-16 10:03:07 +01:00 committed by Patrick Georgi
parent 5d31dfa8df
commit 1834fbb83b
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ static void codecs_init(struct device *dev, u8 *base, u16 codec_mask)
if (codec_mask & (1 << i)) if (codec_mask & (1 << i))
codec_init(dev, base, 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) void azalia_audio_init(struct device *dev)