Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Divybridge_sound.c26 u32 codec_mask; in bd82x6x_azalia_probe() local
81 codec_mask = hda_codec_detect(priv->regs); in bd82x6x_azalia_probe()
82 log_debug("codec_mask = %02x\n", codec_mask); in bd82x6x_azalia_probe()
84 if (codec_mask) { in bd82x6x_azalia_probe()
85 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() argument
279 if (codec_mask & (1 << i)) { in hda_codecs_init()
/openbmc/u-boot/include/
H A Dhda_codec.h59 int hda_codecs_init(struct udevice *dev, struct hda_regs *regs, u32 codec_mask);