Lines Matching defs:hda_codec
28 #include <sound/hda_codec.h>
668 static void load_codec_module(struct hda_codec *codec)
683 static struct hda_codec *skl_codec_device_init(struct hdac_bus *bus, int addr)
685 struct hda_codec *codec;
716 struct hdac_hda_priv *hda_codec;
718 struct hda_codec *codec;
729 hda_codec = devm_kzalloc(&skl->pci->dev, sizeof(*hda_codec),
731 if (!hda_codec)
738 hda_codec->codec = codec;
739 dev_set_drvdata(&codec->core.dev, hda_codec);
744 load_codec_module(hda_codec->codec);