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:
parent
5d31dfa8df
commit
1834fbb83b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue