Home
last modified time | relevance | path

Searched refs:hda_codecs_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dhda_codec.h59 int hda_codecs_init(struct udevice *dev, struct hda_regs *regs, u32 codec_mask);
/openbmc/u-boot/drivers/sound/
H A Divybridge_sound.c85 ret = hda_codecs_init(dev, priv->regs, codec_mask); in bd82x6x_azalia_probe()
H A Dhda_codec.c273 int hda_codecs_init(struct udevice *dev, struct hda_regs *regs, u32 codec_mask) in hda_codecs_init() function