hcodec            277 sound/soc/codecs/hdac_hda.c 	struct hda_codec *hcodec = &hda_pvt->codec;
hcodec            292 sound/soc/codecs/hdac_hda.c 		dev_err(&hcodec->core.dev, "invalid dai id %d\n", dai->id);
hcodec            296 sound/soc/codecs/hdac_hda.c 	list_for_each_entry(cpcm, &hcodec->pcm_list_head, list) {
hcodec            301 sound/soc/codecs/hdac_hda.c 	dev_err(&hcodec->core.dev, "didn't find PCM for DAI %s\n", dai->name);
hcodec            312 sound/soc/codecs/hdac_hda.c 	struct hda_codec *hcodec = &hda_pvt->codec;
hcodec            325 sound/soc/codecs/hdac_hda.c 	ret = snd_hda_codec_device_new(hcodec->bus, component->card->snd_card,
hcodec            326 sound/soc/codecs/hdac_hda.c 				       hdev->addr, hcodec);
hcodec            344 sound/soc/codecs/hdac_hda.c 	hcodec->bus->card = dapm->card->snd_card;
hcodec            346 sound/soc/codecs/hdac_hda.c 	ret = snd_hda_codec_set_name(hcodec, hcodec->preset->name);
hcodec            348 sound/soc/codecs/hdac_hda.c 		dev_err(&hdev->dev, "name failed %s\n", hcodec->preset->name);
hcodec            352 sound/soc/codecs/hdac_hda.c 	ret = snd_hdac_regmap_init(&hcodec->core);
hcodec            358 sound/soc/codecs/hdac_hda.c 	patch = (hda_codec_patch_t)hcodec->preset->driver_data;
hcodec            360 sound/soc/codecs/hdac_hda.c 		ret = patch(hcodec);
hcodec            369 sound/soc/codecs/hdac_hda.c 	ret = snd_hda_codec_parse_pcms(hcodec);
hcodec            375 sound/soc/codecs/hdac_hda.c 	ret = snd_hda_codec_build_controls(hcodec);
hcodec            381 sound/soc/codecs/hdac_hda.c 	hcodec->core.lazy_cache = true;