Lines Matching defs:codec
576 pdev = platform_device_alloc("dmic-codec", -1);
675 * load the legacy codec driver
677 static void load_codec_module(struct hda_codec *codec)
683 snd_hdac_codec_modalias(&codec->core, modalias, sizeof(modalias));
685 dev_dbg(&codec->core.dev, "loading %s codec module\n", mod);
693 * Probe the given codec address
713 dev_dbg(bus->dev, "codec #%d probed OK: %x\n", addr, res);
721 hda_codec->codec.bus = skl_to_hbus(skl);
722 hdev = &hda_codec->codec.core;
731 load_codec_module(&hda_codec->codec);
750 /* First try to probe all given codec slots */
755 * Some BIOSen give you wrong codec addresses
763 * codec often screws up the controller bus,
781 * The HDMI codec is in GPU so we need to ensure that it is powered
815 /* codec detection */
819 /* create codec instances */
1024 dev_warn(bus->dev, "no nhlt info found, continuing to try to enable HDAudio codec\n");
1124 /* codec removal, invoke bus_device_remove */